Skip to content

Commit 3d8021b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.11.0](asottile/reorder-python-imports@v3.9.0...v3.11.0) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent a712b2b commit 3d8021b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ repos:
1212
types: [file] # override `types: [json]`
1313
files: \.(json|ipynb)$
1414
- repo: https://github.com/psf/black
15-
rev: "23.3.0"
15+
rev: "23.9.1"
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/asottile/reorder-python-imports
19-
rev: "v3.9.0"
19+
rev: "v3.11.0"
2020
hooks:
2121
- id: reorder-python-imports
2222
- repo: https://github.com/pycqa/flake8
23-
rev: "6.0.0"
23+
rev: "6.1.0"
2424
hooks:
2525
- id: flake8
2626
language_version: python3

0 commit comments

Comments
 (0)