Skip to content

Commit f26198a

Browse files
authored
Merge pull request #469 from ProjectQ-Framework/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents dad48c5 + 088c973 commit f26198a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040

4141
# Changes tabs to spaces
4242
- repo: https://github.com/Lucas-C/pre-commit-hooks
43-
rev: v1.5.4
43+
rev: v1.5.5
4444
hooks:
4545
- id: remove-tabs
4646

@@ -67,13 +67,13 @@ repos:
6767
args: [-S, '.git,third_party', -I, .codespell.allow]
6868

6969
- repo: https://github.com/adrienverge/yamllint.git
70-
rev: v1.33.0
70+
rev: v1.35.1
7171
hooks:
7272
- id: yamllint
7373
require_serial: false
7474

7575
- repo: https://github.com/asottile/pyupgrade
76-
rev: v3.15.0
76+
rev: v3.15.2
7777
hooks:
7878
- id: pyupgrade
7979
args: [--py37-plus, --keep-mock]
@@ -85,7 +85,7 @@ repos:
8585
name: isort (python)
8686

8787
- repo: https://github.com/psf/black
88-
rev: 23.12.1
88+
rev: 24.3.0
8989
hooks:
9090
- id: black
9191
language_version: python3
@@ -98,7 +98,7 @@ repos:
9898
additional_dependencies: [black==22.10.0]
9999

100100
- repo: https://github.com/PyCQA/flake8
101-
rev: 6.1.0
101+
rev: 7.0.0
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
@@ -19,13 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
- Update GitHub workflows to work with merge queues
2121
- Update GitHub workflow action versions: `actions/cache@v3`, `actions/checkout@v3`, `actions/setup-python@v4`, `thomaseizinger/create-pull-request`
22+
- Update pre-commit hook versions
2223
- Fix failing GitHub workflows (Clang-10)
2324
- Introduce pre-commit CI
2425
- Update to clang-tidy 14 in GitHub workflow
2526
- Added new pre-commit hooks: `codespell`, `doc8`, `pydocstyle` and `yamllint`
2627
- Keep `flake8` hook to version 5.0.4 until plugins support Flake8 6.X
2728
- Disable `no-member` warning for Pylint on pre-commit CI
28-
- Update pre-commit hook versions
2929

3030

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

0 commit comments

Comments
 (0)