Skip to content

Commit a9a52bb

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v2.32.2 → v3.27.0](commitizen-tools/commitizen@v2.32.2...v3.27.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.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: v2.37.3 → v3.16.0](asottile/pyupgrade@v2.37.3...v3.16.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 22.6.0 → 24.4.2](psf/black@22.6.0...24.4.2) - [github.com/codespell-project/codespell: v2.2.1 → v2.3.0](codespell-project/codespell@v2.2.1...v2.3.0) - [github.com/PyCQA/flake8: 5.0.4 → 7.1.0](PyCQA/flake8@5.0.4...7.1.0) - [github.com/pre-commit/mirrors-mypy: v0.931 → v1.10.1](pre-commit/mirrors-mypy@v0.931...v1.10.1) - [github.com/PyCQA/bandit: 1.7.4 → 1.7.9](PyCQA/bandit@1.7.4...1.7.9)
1 parent 19d388b commit a9a52bb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: v2.32.2
12+
rev: v3.27.0
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.3.0
17+
rev: v4.6.0
1818
hooks:
1919
- id: debug-statements
2020
- id: check-builtin-literals
@@ -29,38 +29,38 @@ repos:
2929
- id: trailing-whitespace
3030
- id: debug-statements
3131
- repo: https://github.com/pre-commit/mirrors-prettier
32-
rev: v2.7.1
32+
rev: v4.0.0-alpha.8
3333
hooks:
3434
- id: prettier
3535
args: ["--tab-width", "2"]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v2.37.3
37+
rev: v3.16.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py37-plus]
4141
- repo: https://github.com/PyCQA/isort
42-
rev: 5.12.0
42+
rev: 5.13.2
4343
hooks:
4444
- id: isort
4545
- repo: https://github.com/psf/black
46-
rev: 22.6.0
46+
rev: 24.4.2
4747
hooks:
4848
- id: black
4949
- repo: https://github.com/codespell-project/codespell
50-
rev: v2.2.1
50+
rev: v2.3.0
5151
hooks:
5252
- id: codespell
5353
- repo: https://github.com/PyCQA/flake8
54-
rev: 5.0.4
54+
rev: 7.1.0
5555
hooks:
5656
- id: flake8
5757
- repo: https://github.com/pre-commit/mirrors-mypy
58-
rev: v0.931
58+
rev: v1.10.1
5959
hooks:
6060
- id: mypy
6161
additional_dependencies: []
6262
- repo: https://github.com/PyCQA/bandit
63-
rev: 1.7.4
63+
rev: 1.7.9
6464
hooks:
6565
- id: bandit
6666
args: [-x, tests]

0 commit comments

Comments
 (0)