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.
2 parents 2fe738f + c96519e commit 6e32613Copy full SHA for 6e32613
.pre-commit-config.yaml
@@ -11,15 +11,15 @@
11
repos:
12
# Autoformat: Python code, syntax patterns are modernized
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.16.0
+ rev: v3.17.0
15
hooks:
16
- id: pyupgrade
17
args:
18
- --py37-plus
19
20
# Autoformat: Python code
21
- repo: https://github.com/psf/black
22
- rev: 24.4.2
+ rev: 24.8.0
23
24
- id: black
25
@@ -63,7 +63,7 @@ repos:
63
64
# Lint: Python code
65
- repo: https://github.com/PyCQA/flake8
66
- rev: "7.1.0"
+ rev: "7.1.1"
67
68
- id: flake8
69
0 commit comments