Skip to content

Commit

Permalink
Merge branch 'develop' into feature/openqasm
Browse files Browse the repository at this point in the history
  • Loading branch information
Takishima authored Oct 31, 2022
2 parents cc8498b + 7cac539 commit 452a383
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ repos:
require_serial: false

- repo: https:/asottile/pyupgrade
rev: v3.1.0
rev: v3.2.0
hooks:
- id: pyupgrade
args: [--py37-plus, --keep-mock]
Expand All @@ -97,8 +97,8 @@ repos:
args: [-S, -l, '120']
additional_dependencies: [black==22.10.0]

- repo: https://gitlab.com/PyCQA/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
name: flake8-strict
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update GitHub workflow action versions: `actions/cache@v3`, `actions/checkout@v3`, `actions/setup-python@v4`
- Introduce pre-commit CI
- Update to clang-tidy 14 in GitHub workflow
- Update pre-commit hook versions
- Added new pre-commit hooks: `codespell`, `doc8`, `pydocstyle` and `yamllint`
- Update pre-commit hook versions

## [v0.8.0] - 2022-10-18

Expand Down

0 comments on commit 452a383

Please sign in to comment.