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 c3d055f commit 866d1d8Copy full SHA for 866d1d8
.pre-commit-config.yaml
@@ -21,15 +21,15 @@
21
repos:
22
# Autoformat: Python code, syntax patterns are modernized
23
- repo: https://github.com/asottile/pyupgrade
24
- rev: v3.16.0
+ rev: v3.17.0
25
hooks:
26
- id: pyupgrade
27
args:
28
- --py38-plus
29
30
# Autoformat: Python code
31
- repo: https://github.com/psf/black
32
- rev: 24.4.2
+ rev: 24.8.0
33
34
- id: black
35
@@ -67,7 +67,7 @@ repos:
67
68
# Linting: Python code (see the file .flake8)
69
- repo: https://github.com/PyCQA/flake8
70
- rev: "7.1.0"
+ rev: "7.1.1"
71
72
- id: flake8
73
0 commit comments