We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da38dd8 + 05b3a58 commit 0698484Copy full SHA for 0698484
1 file changed
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: ".binder/conda-lock.yml"
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v5.0.0
+ rev: v6.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: check-ast
@@ -34,7 +34,7 @@ repos:
34
- id: add-trailing-comma
35
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.12.7
+ rev: v0.12.11
38
39
- id: ruff
40
0 commit comments