Skip to content

Commit d685316

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: 3.12.0 → v3.13.0](commitizen-tools/commitizen@3.12.0...v3.13.0) - [github.com/python-poetry/poetry: 1.7.1 → 1.7.0](python-poetry/poetry@1.7.1...1.7.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.7](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.7) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0) - [github.com/srstevenson/nb-clean: 3.1.0 → 3.2.0](srstevenson/nb-clean@3.1.0...3.2.0)
1 parent 24546ca commit d685316

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

1010
repos:
1111
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: 3.12.0
12+
rev: v3.13.0
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -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.7.1
31+
rev: 1.7.0
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.7
3636
hooks:
3737
- id: prettier
3838
args: ["--tab-width", "2"]
@@ -46,11 +46,11 @@ repos:
4646
hooks:
4747
- id: autoflake
4848
- repo: https://github.com/PyCQA/isort
49-
rev: 5.12.0
49+
rev: 5.13.2
5050
hooks:
5151
- id: isort
5252
- repo: https://github.com/psf/black
53-
rev: 23.11.0
53+
rev: 23.12.0
5454
hooks:
5555
- id: black
5656
- repo: https://github.com/codespell-project/codespell
@@ -73,6 +73,6 @@ repos:
7373
# - id: bandit
7474
# args: [-x, tests]
7575
- repo: https://github.com/srstevenson/nb-clean
76-
rev: "3.1.0"
76+
rev: "3.2.0"
7777
hooks:
7878
- id: nb-clean

0 commit comments

Comments
 (0)