Skip to content

Commit 945537c

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: 3.10.0 → v4.9.1](commitizen-tools/commitizen@3.10.0...v4.9.1) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8) - [github.com/asottile/pyupgrade: v3.15.0 → v3.20.0](asottile/pyupgrade@v3.15.0...v3.20.0) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/PyCQA/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/psf/black: 23.9.1 → 25.9.0](psf/black@23.9.1...25.9.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) - [github.com/PyCQA/flake8: 6.1.0 → 7.3.0](PyCQA/flake8@6.1.0...7.3.0) - [github.com/srstevenson/nb-clean: 3.0.1 → 4.0.1](srstevenson/nb-clean@3.0.1...4.0.1)
1 parent 7629491 commit 945537c

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 11 additions & 11 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: 3.10.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.5.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: debug-statements
2020
- id: check-builtin-literals
@@ -28,34 +28,34 @@ repos:
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
3030
- repo: https://github.com/pre-commit/mirrors-prettier
31-
rev: v3.0.3
31+
rev: v4.0.0-alpha.8
3232
hooks:
3333
- id: prettier
3434
args: ["--tab-width", "2"]
3535
- repo: https://github.com/asottile/pyupgrade
36-
rev: v3.15.0
36+
rev: v3.20.0
3737
hooks:
3838
- id: pyupgrade
3939
args: [--py38-plus]
4040
- repo: https://github.com/PyCQA/autoflake
41-
rev: v2.2.1
41+
rev: v2.3.1
4242
hooks:
4343
- id: autoflake
4444
- repo: https://github.com/PyCQA/isort
45-
rev: 5.12.0
45+
rev: 6.0.1
4646
hooks:
4747
- id: isort
4848
- repo: https://github.com/psf/black
49-
rev: 23.9.1
49+
rev: 25.9.0
5050
hooks:
5151
- id: black
5252
- repo: https://github.com/codespell-project/codespell
53-
rev: v2.2.6
53+
rev: v2.4.1
5454
hooks:
5555
- id: codespell
5656
args: [-w]
5757
- repo: https://github.com/PyCQA/flake8
58-
rev: 6.1.0
58+
rev: 7.3.0
5959
hooks:
6060
- id: flake8
6161
#- repo: https://github.com/pre-commit/mirrors-mypy
@@ -69,6 +69,6 @@ repos:
6969
# - id: bandit
7070
# args: [-x, tests]
7171
- repo: https://github.com/srstevenson/nb-clean
72-
rev: "3.0.1"
72+
rev: "4.0.1"
7373
hooks:
7474
- id: nb-clean

0 commit comments

Comments
 (0)