Skip to content

Commit 6e6a9bc

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v3.31.0 → v4.9.1](commitizen-tools/commitizen@v3.31.0...v4.9.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/python-poetry/poetry: 1.8.5 → 2.2.1](python-poetry/poetry@1.8.5...2.2.1) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/PyCQA/isort: 5.13.2 → 6.1.0](PyCQA/isort@5.13.2...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 25.9.0](psf/black-pre-commit-mirror@23.12.1...25.9.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.3.0](PyCQA/flake8@6.1.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.18.2](pre-commit/mirrors-mypy@v1.5.1...v1.18.2) - [github.com/PyCQA/bandit: 1.8.3 → 1.8.6](PyCQA/bandit@1.8.3...1.8.6) - [github.com/srstevenson/nb-clean: 3.3.0 → 4.0.1](srstevenson/nb-clean@3.3.0...4.0.1)
1 parent c674d18 commit 6e6a9bc

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
exclude: "CHANGELOG.md|.copier-answers.yml"
4-
default_stages: [commit]
4+
default_stages: [pre-commit]
55

66
ci:
77
autofix_commit_msg: "chore(pre-commit.ci): auto fixes"
88
autoupdate_commit_msg: "chore(pre-commit.ci): pre-commit autoupdate"
99

1010
repos:
1111
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: v3.31.0
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: v4.6.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: debug-statements
2020
- id: check-builtin-literals
@@ -28,11 +28,11 @@ repos:
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
3030
- repo: https://github.com/python-poetry/poetry
31-
rev: 1.8.5
31+
rev: 2.2.1
3232
hooks:
3333
- id: poetry-check
3434
- repo: https://github.com/pre-commit/mirrors-prettier
35-
rev: v3.1.0
35+
rev: v4.0.0-alpha.8
3636
hooks:
3737
- id: prettier
3838
args: ["--tab-width", "2"]
@@ -46,32 +46,32 @@ repos:
4646
hooks:
4747
- id: autoflake
4848
- repo: https://github.com/PyCQA/isort
49-
rev: 5.13.2
49+
rev: 6.1.0
5050
hooks:
5151
- id: isort
52-
- repo: https://github.com/psf/black
53-
rev: 23.12.1
52+
- repo: https://github.com/psf/black-pre-commit-mirror
53+
rev: 25.9.0
5454
hooks:
5555
- id: black
5656
- repo: https://github.com/codespell-project/codespell
5757
rev: v2.4.1
5858
hooks:
5959
- id: codespell
6060
- repo: https://github.com/PyCQA/flake8
61-
rev: 6.1.0
61+
rev: 7.3.0
6262
hooks:
6363
- id: flake8
6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.5.1
65+
rev: v1.18.2
6666
hooks:
6767
- id: mypy
6868
additional_dependencies: []
6969
- repo: https://github.com/PyCQA/bandit
70-
rev: 1.8.3
70+
rev: 1.8.6
7171
hooks:
7272
- id: bandit
7373
args: [-x, tests]
7474
- repo: https://github.com/srstevenson/nb-clean
75-
rev: "3.3.0"
75+
rev: "4.0.1"
7676
hooks:
7777
- id: nb-clean

0 commit comments

Comments
 (0)