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 1bbbdf8 commit e2fe6ebCopy full SHA for e2fe6eb
.pre-commit-config.yaml
@@ -1,10 +1,10 @@
1
repos:
2
- repo: https://github.com/PyCQA/isort
3
- rev: 6.0.1
+ rev: 7.0.0
4
hooks:
5
- id: isort
6
- - repo: https://github.com/psf/black
7
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
8
9
- id: black
10
- repo: https://github.com/pycqa/flake8
0 commit comments