We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04da7ab commit c51a74eCopy full SHA for c51a74e
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ ci:
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v5.0.0
+ rev: v6.0.0
10
hooks:
11
- id: trailing-whitespace
12
- id: end-of-file-fixer
@@ -15,15 +15,15 @@ repos:
15
types: [file] # override `types: [json]`
16
files: \.(json|ipynb)$
17
- repo: https://github.com/psf/black
18
- rev: "25.1.0"
+ rev: "25.9.0"
19
20
- id: black
21
- repo: https://github.com/asottile/reorder-python-imports
22
- rev: "v3.14.0"
+ rev: "v3.15.0"
23
24
- id: reorder-python-imports
25
- repo: https://github.com/pycqa/flake8
26
- rev: "7.1.1"
+ rev: "7.3.0"
27
28
- id: flake8
29
language_version: python3
0 commit comments