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 3b97ffd commit a1d7a79Copy full SHA for a1d7a79
.pre-commit-config.yaml
@@ -15,21 +15,21 @@ repos:
15
- id: trailing-whitespace
16
- id: debug-statements
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: 'v3.17.0'
+ rev: 'v3.19.1'
19
hooks:
20
- id: pyupgrade
21
args:
22
- --py38-plus
23
- repo: https://github.com/PyCQA/isort
24
- rev: '5.13.2'
+ rev: '6.0.1'
25
26
- id: isort
27
- repo: https://github.com/psf/black
28
- rev: '24.8.0'
+ rev: '25.1.0'
29
30
- id: black
31
- repo: https://github.com/PyCQA/flake8
32
- rev: '7.1.1'
+ rev: '7.2.0'
33
34
- id: flake8
35
- repo: https://github.com/PyCQA/pydocstyle
0 commit comments