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 293e15f commit 89a934cCopy full SHA for 89a934c
.pre-commit-config.yaml
@@ -8,11 +8,11 @@ repos:
8
hooks:
9
- id: yesqa
10
- repo: https://github.com/PyCQA/isort
11
- rev: '5.13.2'
+ rev: '6.0.1'
12
13
- id: isort
14
- repo: https://github.com/psf/black
15
- rev: '24.10.0'
+ rev: '25.1.0'
16
17
- id: black
18
language_version: python3 # Should be a command that runs python3.6+
@@ -48,7 +48,7 @@ repos:
48
- id: pyupgrade
49
args: ['--py36-plus']
50
- repo: https://github.com/PyCQA/flake8
51
- rev: '7.1.1'
+ rev: '7.1.2'
52
53
- id: flake8
54
exclude: "^docs/"
0 commit comments