Skip to content

Commit ed4a1b1

Browse files
authored
⬆️ pre-commit autoupdate
2 parents a712b2b + 3d8021b commit ed4a1b1

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)