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 e6211d6 + 0e682d6 commit 5e87676Copy full SHA for 5e87676
.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.19.0
+ rev: v3.19.1
17
hooks:
18
- id: pyupgrade
19
args:
@@ -30,13 +30,13 @@ repos:
30
31
# Autoformat: Python code
32
- repo: https://github.com/pycqa/isort
33
- rev: 5.13.2
+ rev: 6.0.0
34
35
- id: isort
36
37
38
- repo: https://github.com/psf/black
39
- rev: 24.10.0
+ rev: 25.1.0
40
41
- id: black
42
0 commit comments