Skip to content

Commit 4478e9f

Browse files
committed
update dev package versions
1 parent 9731b3b commit 4478e9f

File tree

4 files changed

+184
-181
lines changed

4 files changed

+184
-181
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ repos:
1818
args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
1919

2020
- repo: https://github.com/PyCQA/autoflake
21-
rev: v2.0.0
21+
rev: v2.3.1
2222
hooks:
2323
- id: autoflake
2424

2525
- repo: https://github.com/pycqa/isort
26-
rev: 5.12.0
26+
rev: 6.0.1
2727
hooks:
2828
- id: isort
2929

@@ -51,7 +51,7 @@ repos:
5151
- id: mypy
5252

5353
- repo: https://github.com/kynan/nbstripout
54-
rev: '0.6.1'
54+
rev: 0.8.1
5555
hooks:
5656
- id: nbstripout
5757

0 commit comments

Comments
 (0)