We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57f20c commit adb5f5aCopy full SHA for adb5f5a
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
minimum_pre_commit_version: 1.14.0
4
repos:
5
- repo: https://github.com/psf/black
6
- rev: 24.10.0
+ rev: 25.1.0
7
hooks:
8
- id: black
9
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -23,11 +23,11 @@ repos:
23
- .license_header.txt
24
files: '\.py$'
25
- repo: https://github.com/pycqa/flake8
26
- rev: 7.1.1
+ rev: 7.1.2
27
28
- id: flake8
29
additional_dependencies: [flake8-bugbear]
30
- repo: https://github.com/pycqa/isort
31
- rev: 5.13.2
+ rev: 6.0.1
32
33
- id: isort
0 commit comments