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 4730efa commit 53e6e76Copy full SHA for 53e6e76
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
# https://pre-commit.com/
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v5.0.0
+ rev: v6.0.0
5
hooks:
6
- id: trailing-whitespace
7
- id: end-of-file-fixer
@@ -14,13 +14,13 @@ repos:
14
15
- id: flake8
16
args: [ --max-line-length=120 ]
17
- - repo: https://github.com/psf/black
18
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
19
20
- id: black
21
args: [--safe, --line-length=120]
22
- repo: https://github.com/PyCQA/isort
23
- rev: 6.0.1
+ rev: 6.1.0
24
25
- id: isort
26
args: ['--profile', 'black']
0 commit comments