We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70c521 commit 431df75Copy full SHA for 431df75
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ default_language_version:
2
python: python3
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.5.0
+ rev: v4.6.0
6
hooks:
7
- id: check-added-large-files
8
- id: check-case-conflict
@@ -29,7 +29,7 @@ repos:
29
.*\.ipynb
30
)$
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: "v0.3.5"
+ rev: "v0.4.1"
33
34
- id: ruff
35
args: [--fix, --exit-non-zero-on-fix]
0 commit comments