We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e75d8 commit 6503052Copy full SHA for 6503052
.pre-commit-config.yaml
@@ -2,15 +2,15 @@ default_language_version:
2
python: python3
3
repos:
4
- repo: https://github.com/psf/black
5
- rev: 24.10.0
+ rev: 25.1.0
6
hooks:
7
- id: black
8
- repo: https://github.com/pycqa/flake8
9
rev: 7.1.1
10
11
- id: flake8
12
- repo: https://github.com/pycqa/isort
13
- rev: 5.13.2
+ rev: 6.0.0
14
15
- id: isort
16
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments