Skip to content

Commit 4cb1c30

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent ac1b564 commit 4cb1c30

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,20 +5,20 @@ ci:
55

66
repos:
77
- repo: https://github.com/pycqa/isort
8-
rev: 6.0.1
8+
rev: 6.1.0
99
hooks:
1010
- id: isort
1111
args: ["--profile", "black"]
1212
name: Running isort in all files.
1313

14-
- repo: https://github.com/psf/black
15-
rev: 25.1.0
14+
- repo: https://github.com/psf/black-pre-commit-mirror
15+
rev: 25.9.0
1616
hooks:
1717
- id: black
1818
name: Running black in all files.
1919

2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v5.0.0
21+
rev: v6.0.0
2222
hooks:
2323
- id: check-ast
2424
name: Check if python files are valid syntax for the ast parser

0 commit comments

Comments
 (0)