Skip to content

Commit 676293b

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [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/pre-commit/mirrors-mypy: v1.5.1 → v1.7.1](pre-commit/mirrors-mypy@v1.5.1...v1.7.1) - [github.com/srstevenson/nb-clean: 3.1.0 → 3.2.0](srstevenson/nb-clean@3.1.0...3.2.0)
1 parent c8bb2e2 commit 676293b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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"]
@@ -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.7.1
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: "3.1.0"
75+
rev: "3.2.0"
7676
hooks:
7777
- id: nb-clean

0 commit comments

Comments
 (0)