Skip to content

Commit e7967ca

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.8.6](astral-sh/ruff-pre-commit@v0.5.5...v0.8.6) - [github.com/codingjoe/relint: 3.1.1 → 3.3.1](codingjoe/relint@3.1.1...3.3.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent 9303c0c commit e7967ca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
default_language_version:
33
python: python3
44
exclude: (^docs/(conf.py|_ext/))
5-
default_stages: [commit,push]
5+
default_stages: [pre-commit,pre-push]
66
fail_fast: false
77

88
ci:
@@ -17,7 +17,7 @@ repos:
1717
- id: pycln
1818
args: [--config=pyproject.toml]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.5.5
20+
rev: v0.8.6
2121
hooks:
2222
- id: ruff
2323
args:
@@ -37,7 +37,7 @@ repos:
3737
# ]
3838
# exclude: ^(docs|geoapps-assets)/
3939
- repo: https://github.com/codingjoe/relint
40-
rev: 3.1.1
40+
rev: 3.3.1
4141
hooks:
4242
- id: relint
4343
args: [-W] # to fail on warnings
@@ -65,7 +65,7 @@ repos:
6565
exclude: (-lock\.ya?ml|\benvironments/.*\.ya?ml|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$
6666
entry: codespell -I .codespellignore
6767
- repo: https://github.com/pre-commit/pre-commit-hooks
68-
rev: v4.6.0
68+
rev: v5.0.0
6969
hooks:
7070
- id: trailing-whitespace
7171
exclude: \.mdj$

0 commit comments

Comments
 (0)