Skip to content

Commit 22d46bc

Browse files
committed
⬆️ Update pre-commit hooks
1 parent 53b0c4b commit 22d46bc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.6.0
9+
rev: v5.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -15,11 +15,11 @@ repos:
1515
types: [file] # override `types: [json]`
1616
files: \.(json|ipynb)$
1717
- repo: https://github.com/psf/black
18-
rev: "24.8.0"
18+
rev: "24.10.0"
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/asottile/reorder-python-imports
22-
rev: "v3.13.0"
22+
rev: "v3.14.0"
2323
hooks:
2424
- id: reorder-python-imports
2525
- repo: https://github.com/pycqa/flake8
@@ -28,8 +28,7 @@ repos:
2828
- id: flake8
2929
language_version: python3
3030
- repo: https://github.com/sphinx-contrib/sphinx-lint
31-
rev: v0.9.1
31+
rev: v1.0.0
3232
hooks:
3333
- id: sphinx-lint
34-
args: [--jobs=1]
3534
types: [rst]

0 commit comments

Comments
 (0)