We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b0c4b commit 22d46bcCopy full SHA for 22d46bc
1 file changed
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ ci:
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v4.6.0
+ rev: v5.0.0
10
hooks:
11
- id: trailing-whitespace
12
- id: end-of-file-fixer
@@ -15,11 +15,11 @@ repos:
15
types: [file] # override `types: [json]`
16
files: \.(json|ipynb)$
17
- repo: https://github.com/psf/black
18
- rev: "24.8.0"
+ rev: "24.10.0"
19
20
- id: black
21
- repo: https://github.com/asottile/reorder-python-imports
22
- rev: "v3.13.0"
+ rev: "v3.14.0"
23
24
- id: reorder-python-imports
25
- repo: https://github.com/pycqa/flake8
@@ -28,8 +28,7 @@ repos:
28
- id: flake8
29
language_version: python3
30
- repo: https://github.com/sphinx-contrib/sphinx-lint
31
- rev: v0.9.1
+ rev: v1.0.0
32
33
- id: sphinx-lint
34
- args: [--jobs=1]
35
types: [rst]
0 commit comments