Skip to content

Commit 57cb6a7

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#41)
updates: - [github.com/commitizen-tools/commitizen: v4.6.1 → v4.9.1](commitizen-tools/commitizen@v4.6.1...v4.9.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/PyCQA/bandit: 1.8.3 → 1.8.6](PyCQA/bandit@1.8.3...1.8.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5b02ad3 commit 57cb6a7

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,12 +9,12 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: v4.6.1
12+
rev: v4.9.1
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v5.0.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: debug-statements
2020
- id: check-builtin-literals
@@ -34,33 +34,33 @@ repos:
3434
- id: prettier
3535
args: ["--tab-width", "2"]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.19.1
37+
rev: v3.20.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py37-plus]
4141
- repo: https://github.com/PyCQA/isort
42-
rev: 6.0.1
42+
rev: 6.1.0
4343
hooks:
4444
- id: isort
45-
- repo: https://github.com/psf/black
46-
rev: 25.1.0
45+
- repo: https://github.com/psf/black-pre-commit-mirror
46+
rev: 25.9.0
4747
hooks:
4848
- id: black
4949
- repo: https://github.com/codespell-project/codespell
5050
rev: v2.4.1
5151
hooks:
5252
- id: codespell
5353
- repo: https://github.com/PyCQA/flake8
54-
rev: 7.2.0
54+
rev: 7.3.0
5555
hooks:
5656
- id: flake8
5757
- repo: https://github.com/pre-commit/mirrors-mypy
58-
rev: v1.15.0
58+
rev: v1.18.2
5959
hooks:
6060
- id: mypy
6161
additional_dependencies: []
6262
- repo: https://github.com/PyCQA/bandit
63-
rev: 1.8.3
63+
rev: 1.8.6
6464
hooks:
6565
- id: bandit
6666
args: [-x, tests]

0 commit comments

Comments
 (0)