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 7c424ac commit 836df9fCopy full SHA for 836df9f
.pre-commit-config.yaml
@@ -15,14 +15,14 @@ repos:
15
- id: mixed-line-ending
16
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v3.15.2
+ rev: v3.17.0
19
hooks:
20
- id: pyupgrade
21
args:
22
- "--py37-plus"
23
24
- repo: https://github.com/psf/black
25
- rev: 24.4.2
+ rev: 24.8.0
26
27
- id: black-jupyter
28
@@ -32,7 +32,7 @@ repos:
32
- id: blackdoc
33
34
- repo: https://github.com/PyCQA/flake8
35
- rev: 7.0.0
+ rev: 7.1.1
36
37
- id: flake8
38
0 commit comments