We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a712b2b + 3d8021b commit ed4a1b1Copy full SHA for ed4a1b1
1 file changed
.pre-commit-config.yaml
@@ -12,15 +12,15 @@ repos:
12
types: [file] # override `types: [json]`
13
files: \.(json|ipynb)$
14
- repo: https://github.com/psf/black
15
- rev: "23.3.0"
+ rev: "23.9.1"
16
hooks:
17
- id: black
18
- repo: https://github.com/asottile/reorder-python-imports
19
- rev: "v3.9.0"
+ rev: "v3.11.0"
20
21
- id: reorder-python-imports
22
- repo: https://github.com/pycqa/flake8
23
- rev: "6.0.0"
+ rev: "6.1.0"
24
25
- id: flake8
26
language_version: python3
0 commit comments