Skip to content

Commit ce19716

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: 3.10.0 → v3.13.0](commitizen-tools/commitizen@3.10.0...v3.13.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/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/srstevenson/nb-clean: 3.0.1 → 3.2.0](srstevenson/nb-clean@3.0.1...3.2.0)
1 parent 7629491 commit ce19716

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: 3.10.0
12+
rev: v3.13.0
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -28,7 +28,7 @@ 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"]
@@ -42,11 +42,11 @@ repos:
4242
hooks:
4343
- id: autoflake
4444
- repo: https://github.com/PyCQA/isort
45-
rev: 5.12.0
45+
rev: 5.13.2
4646
hooks:
4747
- id: isort
4848
- repo: https://github.com/psf/black
49-
rev: 23.9.1
49+
rev: 23.12.1
5050
hooks:
5151
- id: black
5252
- repo: https://github.com/codespell-project/codespell
@@ -55,7 +55,7 @@ repos:
5555
- id: codespell
5656
args: [-w]
5757
- repo: https://github.com/PyCQA/flake8
58-
rev: 6.1.0
58+
rev: 7.0.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: "3.2.0"
7373
hooks:
7474
- id: nb-clean

0 commit comments

Comments
 (0)