Skip to content

Commit 4c43a3c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 25.11.0](psf/black-pre-commit-mirror@24.8.0...25.11.0) - [github.com/pycqa/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0)
1 parent fb4f33c commit 4c43a3c

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
@@ -5,21 +5,21 @@ ci:
55
style: auto fixes from pre-commit hooks
66
77
repos:
8-
- repo: https://github.com/psf/black
9-
rev: 24.8.0
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 25.11.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: 7.0.0
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: v6.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)