Skip to content

Commit 0c9cf81

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent fb4f33c commit 0c9cf81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ ci:
66
77
repos:
88
- repo: https://github.com/psf/black
9-
rev: 24.8.0
9+
rev: 25.1.0
1010
hooks:
1111
- id: black
1212
name: Running black in all files.
1313

1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.13.2
15+
rev: 6.0.1
1616
hooks:
1717
- id: isort
1818
args: ["--profile", "black", "--extend-skip", "table2ascii"]
1919
name: Running isort in all files.
2020

2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.6.0
22+
rev: v5.0.0
2323
hooks:
2424
- id: check-ast
2525
name: Check if python files are valid syntax for the ast parser

0 commit comments

Comments
 (0)