We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1b564 commit 4cb1c30Copy full SHA for 4cb1c30
.pre-commit-config.yaml
@@ -5,20 +5,20 @@ ci:
5
6
repos:
7
- repo: https://github.com/pycqa/isort
8
- rev: 6.0.1
+ rev: 6.1.0
9
hooks:
10
- id: isort
11
args: ["--profile", "black"]
12
name: Running isort in all files.
13
14
- - repo: https://github.com/psf/black
15
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
16
17
- id: black
18
name: Running black in all files.
19
20
- repo: https://github.com/pre-commit/pre-commit-hooks
21
- rev: v5.0.0
+ rev: v6.0.0
22
23
- id: check-ast
24
name: Check if python files are valid syntax for the ast parser
0 commit comments