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 0f356ab commit 93a5f4cCopy full SHA for 93a5f4c
.pre-commit-config.yaml
100755
100644
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-added-large-files
6
args: [--maxkb=8192]
@@ -13,15 +13,15 @@ repos:
13
- id: trailing-whitespace
14
exclude: "tests/cis_tests/.*"
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.6.3
+ rev: v0.11.10
17
18
- id: ruff
19
args: [--fix, --exit-non-zero-on-fix]
20
21
- id: ruff-format
22
23
- repo: https://github.com/codespell-project/codespell
24
- rev: v2.3.0
+ rev: v2.4.1
25
26
- id: codespell
27
exclude: "notebooks/"
0 commit comments