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 281ca59 commit be67e21Copy full SHA for be67e21
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
23
# Autoformat: Python code
24
- repo: https://github.com/psf/black
25
- rev: 24.10.0
+ rev: 25.1.0
26
hooks:
27
- id: black
28
args:
@@ -34,7 +34,7 @@ repos:
34
35
36
- repo: https://github.com/pycqa/isort
37
- rev: 5.13.2
+ rev: 6.0.1
38
39
- id: isort
40
@@ -73,7 +73,7 @@ repos:
73
74
# Lint: Python code
75
- repo: https://github.com/PyCQA/flake8
76
- rev: "7.1.1"
+ rev: "7.2.0"
77
78
- id: flake8
79
0 commit comments