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.
2 parents 1c2692b + f59b398 commit 4e08180Copy full SHA for 4e08180
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
- - repo: https://github.com/psf/black
+ - repo: https://github.com/psf/black-pre-commit-mirror
3
rev: 25.9.0
4
hooks:
5
- id: black
6
args: [--target-version=py38]
7
- repo: https://github.com/PyCQA/isort
8
- rev: 6.0.1
+ rev: 6.1.0
9
10
- id: isort
11
- repo: https://github.com/asottile/pyupgrade
0 commit comments