Skip to content

Commit 4f087a4

Browse files
[pre-commit.ci] pre-commit autoupdate (#257)
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) - [github.com/nbQA-dev/nbQA: 1.3.1 → 1.5.2](nbQA-dev/nbQA@1.3.1...1.5.2) - [github.com/kynan/nbstripout: 0.5.0 → 0.6.1](kynan/nbstripout@0.5.0...0.6.1) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.0](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.4 → v1.6.1](PyCQA/autoflake@v1.4...v1.6.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fec5a94 commit 4f087a4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: trailing-whitespace
1010

1111
- repo: https://github.com/psf/black
12-
rev: 22.6.0
12+
rev: 22.8.0
1313
hooks:
1414
- id: black
1515

@@ -19,29 +19,29 @@ repos:
1919
- id: isort
2020

2121
- repo: https://github.com/nbQA-dev/nbQA
22-
rev: 1.3.1
22+
rev: 1.5.2
2323
hooks:
2424
- id: nbqa-black
2525
- id: nbqa-isort
2626

2727
- repo: https://github.com/kynan/nbstripout
28-
rev: 0.5.0
28+
rev: 0.6.1
2929
hooks:
3030
- id: nbstripout
3131

3232
- repo: https://github.com/pre-commit/mirrors-prettier
33-
rev: v2.7.1
33+
rev: v3.0.0-alpha.0
3434
hooks:
3535
- id: prettier
3636

3737
- repo: https://github.com/PyCQA/flake8
38-
rev: 4.0.1
38+
rev: 5.0.4
3939
hooks:
4040
- id: flake8
4141
additional_dependencies: [flake8-typing-imports==1.7.0]
4242

43-
- repo: https://github.com/myint/autoflake
44-
rev: v1.4
43+
- repo: https://github.com/PyCQA/autoflake
44+
rev: v1.6.1
4545
hooks:
4646
- id: autoflake
4747
args:

0 commit comments

Comments
 (0)