Skip to content

Commit c905599

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v2.42.1 → v3.21.3](commitizen-tools/commitizen@v2.42.1...v3.21.3) - [github.com/python-poetry/poetry: 1.7.1 → 1.8.0](python-poetry/poetry@1.7.1...1.8.0) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.9.0](pre-commit/mirrors-mypy@v0.991...v1.9.0) - [github.com/PyCQA/bandit: 1.7.7 → 1.7.8](PyCQA/bandit@1.7.7...1.7.8)
1 parent 084989f commit c905599

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: v2.42.1
12+
rev: v3.21.3
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -28,46 +28,46 @@ repos:
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
3030
- repo: https://github.com/python-poetry/poetry
31-
rev: 1.7.1
31+
rev: 1.8.0
3232
hooks:
3333
- id: poetry-check
3434
- repo: https://github.com/pre-commit/mirrors-prettier
35-
rev: v2.7.1
35+
rev: v4.0.0-alpha.8
3636
hooks:
3737
- id: prettier
3838
args: ["--tab-width", "2"]
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.15.0
40+
rev: v3.15.2
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py38-plus]
4444
- repo: https://github.com/PyCQA/autoflake
45-
rev: v2.2.1
45+
rev: v2.3.1
4646
hooks:
4747
- id: autoflake
4848
- repo: https://github.com/PyCQA/isort
4949
rev: 5.13.2
5050
hooks:
5151
- id: isort
5252
- repo: https://github.com/psf/black
53-
rev: 23.12.1
53+
rev: 24.3.0
5454
hooks:
5555
- id: black
5656
- repo: https://github.com/codespell-project/codespell
5757
rev: v2.2.6
5858
hooks:
5959
- id: codespell
6060
- repo: https://github.com/PyCQA/flake8
61-
rev: 6.1.0
61+
rev: 7.0.0
6262
hooks:
6363
- id: flake8
6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v0.991
65+
rev: v1.9.0
6666
hooks:
6767
- id: mypy
6868
additional_dependencies: []
6969
- repo: https://github.com/PyCQA/bandit
70-
rev: 1.7.7
70+
rev: 1.7.8
7171
hooks:
7272
- id: bandit
7373
args: [-x, tests]

0 commit comments

Comments
 (0)