Skip to content

Commit c51a74e

Browse files
committed
⬆️ Update pre-commit hooks
1 parent 04da7ab commit c51a74e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -15,15 +15,15 @@ repos:
1515
types: [file] # override `types: [json]`
1616
files: \.(json|ipynb)$
1717
- repo: https://github.com/psf/black
18-
rev: "25.1.0"
18+
rev: "25.9.0"
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/asottile/reorder-python-imports
22-
rev: "v3.14.0"
22+
rev: "v3.15.0"
2323
hooks:
2424
- id: reorder-python-imports
2525
- repo: https://github.com/pycqa/flake8
26-
rev: "7.1.1"
26+
rev: "7.3.0"
2727
hooks:
2828
- id: flake8
2929
language_version: python3

0 commit comments

Comments
 (0)