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 93597ca commit 3f57f66Copy full SHA for 3f57f66
.pre-commit-config.yaml
@@ -5,19 +5,19 @@ ci:
5
autoupdate_schedule: monthly
6
7
repos:
8
- - repo: https://github.com/psf/black
9
- rev: 24.4.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
10
hooks:
11
- id: black
12
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.15.2
+ rev: v3.21.0
15
16
- id: pyupgrade
17
args: [--py36-plus]
18
19
- repo: https://github.com/PyCQA/isort
20
- rev: 5.13.2
+ rev: 7.0.0
21
22
- id: isort
23
additional_dependencies: [toml]
@@ -31,7 +31,7 @@ repos:
31
- flake8-comprehensions
32
33
- repo: https://github.com/pre-commit/pre-commit-hooks
34
- rev: v4.6.0
+ rev: v6.0.0
35
36
- id: end-of-file-fixer
37
- id: mixed-line-ending
0 commit comments