Skip to content

Commit eeb9287

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: 3.7.0 → 3.10.1](commitizen-tools/commitizen@3.7.0...3.10.1) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.10.1 → v3.15.0](asottile/pyupgrade@v3.10.1...v3.15.0) - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.0](pre-commit/mirrors-mypy@v1.5.1...v1.6.0) - [github.com/srstevenson/nb-clean: 2.4.0 → 3.0.1](srstevenson/nb-clean@2.4.0...3.0.1)
1 parent cd1a312 commit eeb9287

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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: 3.7.0
12+
rev: 3.10.1
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.4.0
17+
rev: v4.5.0
1818
hooks:
1919
- id: debug-statements
2020
- id: check-builtin-literals
@@ -37,7 +37,7 @@ repos:
3737
- id: prettier
3838
args: ["--tab-width", "2"]
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.10.1
40+
rev: v3.15.0
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py38-plus]
@@ -50,7 +50,7 @@ repos:
5050
hooks:
5151
- id: isort
5252
- repo: https://github.com/psf/black
53-
rev: 23.7.0
53+
rev: 23.9.1
5454
hooks:
5555
- id: black
5656
- repo: https://github.com/codespell-project/codespell
@@ -62,7 +62,7 @@ repos:
6262
hooks:
6363
- id: flake8
6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.5.1
65+
rev: v1.6.0
6666
hooks:
6767
- id: mypy
6868
additional_dependencies: []
@@ -72,6 +72,6 @@ repos:
7272
- id: bandit
7373
args: [-x, tests]
7474
- repo: https://github.com/srstevenson/nb-clean
75-
rev: "2.4.0"
75+
rev: "3.0.1"
7676
hooks:
7777
- id: nb-clean

0 commit comments

Comments
 (0)