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 56cc3a0 + 1c1a26e commit ec1aa7bCopy full SHA for ec1aa7b
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ exclude: 'versioneer\.py|_version\.py'
13
repos:
14
# Autoformat: Python code, syntax patterns are modernized
15
- repo: https://github.com/asottile/pyupgrade
16
- rev: v3.16.0
+ rev: v3.17.0
17
hooks:
18
- id: pyupgrade
19
args:
@@ -36,7 +36,7 @@ repos:
36
37
# Autoformat: Python code
38
- repo: https://github.com/psf/black
39
- rev: 24.4.2
+ rev: 24.8.0
40
41
- id: black
42
@@ -66,7 +66,7 @@ repos:
66
67
# Lint: Python code
68
- repo: https://github.com/PyCQA/flake8
69
- rev: "7.1.0"
+ rev: "7.1.1"
70
71
- id: flake8
72
0 commit comments