Skip to content

Commit

Permalink
Merge pull request #5 from hic-infra/dev
Browse files Browse the repository at this point in the history
Release 0.1.0
  • Loading branch information
manics authored Apr 24, 2024
2 parents 431b7bb + 46bc6b7 commit c951826
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-docstring-first
- id: check-json
Expand All @@ -14,17 +14,17 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.4.0
hooks:
- id: black
args: [--target-version=py38]
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
args: [
Expand All @@ -33,11 +33,11 @@ repos:
--max-line-length=150,
]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.1.0
hooks:
- id: prettier
- repo: https://github.com/PyCQA/bandit
rev: "1.7.5"
rev: 1.7.8
hooks:
- id: bandit
entry: bandit
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## 0.1.0 - 2024-04-24

Release 0.1.0

⚠️ **WARNING: The next release will contain breaking changes to the default cost parameters. Please pin your installation to avoid surprises** ⚠️

0 comments on commit c951826

Please sign in to comment.