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 ee3f714 commit 46fdf07Copy full SHA for 46fdf07
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
- id: pycln
22
args: [--config=pyproject.toml]
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: v0.12.7
+ rev: v0.12.11
25
hooks:
26
- id: ruff
27
args:
@@ -70,7 +70,7 @@ repos:
70
exclude: (-lock\.ya?ml|\benvironments/.*\.ya?ml|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$
71
entry: codespell -I .codespellignore
72
- repo: https://github.com/pre-commit/pre-commit-hooks
73
- rev: v5.0.0
+ rev: v6.0.0
74
75
- id: trailing-whitespace
76
exclude: \.mdj$
0 commit comments