Skip to content

Commit ceaa438

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: 3.10.0 → v3.20.0](commitizen-tools/commitizen@3.10.0...v3.20.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.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [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 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.9.1 → 24.3.0](psf/black@23.9.1...24.3.0) - [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 ceaa438

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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.20.0
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -28,25 +28,25 @@ 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.15.2
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: 5.13.2
4646
hooks:
4747
- id: isort
4848
- repo: https://github.com/psf/black
49-
rev: 23.9.1
49+
rev: 24.3.0
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)