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 a82c852 commit d237974Copy full SHA for d237974
.pre-commit-config.yaml
@@ -36,15 +36,15 @@ repos:
36
# stages: [push]
37
38
- repo: https://github.com/pycqa/isort
39
- rev: "6.1.0"
+ rev: "7.0.0"
40
hooks:
41
- id: isort
42
name: isort (python)
43
44
45
- repo: https://github.com/charliermarsh/ruff-pre-commit
46
# Ruff version.
47
- rev: 'v0.13.3'
+ rev: 'v0.14.0'
48
49
- id: ruff
50
- id: ruff-format
@@ -83,6 +83,6 @@ repos:
83
84
# Ensure github actions remain safe
85
- repo: https://github.com/woodruffw/zizmor-pre-commit
86
- rev: v1.14.2
+ rev: v1.15.0
87
88
- id: zizmor
0 commit comments