Skip to content

Commit 452a383

Browse files
authored
Merge branch 'develop' into feature/openqasm
2 parents cc8498b + 7cac539 commit 452a383

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ repos:
7373
require_serial: false
7474

7575
- repo: https://github.com/asottile/pyupgrade
76-
rev: v3.1.0
76+
rev: v3.2.0
7777
hooks:
7878
- id: pyupgrade
7979
args: [--py37-plus, --keep-mock]
@@ -97,8 +97,8 @@ repos:
9797
args: [-S, -l, '120']
9898
additional_dependencies: [black==22.10.0]
9999

100-
- repo: https://gitlab.com/PyCQA/flake8
101-
rev: 3.9.2
100+
- repo: https://github.com/PyCQA/flake8
101+
rev: 5.0.4
102102
hooks:
103103
- id: flake8
104104
name: flake8-strict

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- Update GitHub workflow action versions: `actions/cache@v3`, `actions/checkout@v3`, `actions/setup-python@v4`
2323
- Introduce pre-commit CI
2424
- Update to clang-tidy 14 in GitHub workflow
25-
- Update pre-commit hook versions
2625
- Added new pre-commit hooks: `codespell`, `doc8`, `pydocstyle` and `yamllint`
26+
- Update pre-commit hook versions
2727

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

0 commit comments

Comments
 (0)