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 18ba92d commit 1d74cadCopy full SHA for 1d74cad
.pre-commit-config.yaml
@@ -51,7 +51,7 @@ repos:
51
52
# Autoformat: Python code, syntax patterns are modernized
53
- repo: https://github.com/asottile/pyupgrade
54
- rev: v3.19.0
+ rev: v3.19.1
55
hooks:
56
- id: pyupgrade
57
args:
@@ -68,13 +68,13 @@ repos:
68
69
# Autoformat: Python code
70
- repo: https://github.com/pycqa/isort
71
- rev: 5.13.2
+ rev: 6.0.0
72
73
- id: isort
74
75
76
- repo: https://github.com/psf/black
77
- rev: 24.10.0
+ rev: 25.1.0
78
79
- id: black
80
0 commit comments