Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.8.1](astral-sh/ruff-pre-commit@v0.5.5...v0.8.1)
- [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)
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent 9303c0c commit 3b8189c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
default_language_version:
python: python3
exclude: (^docs/(conf.py|_ext/))
default_stages: [commit,push]
default_stages: [pre-commit,pre-push]
fail_fast: false

ci:
Expand All @@ -17,7 +17,7 @@ repos:
- id: pycln
args: [--config=pyproject.toml]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
rev: v0.8.1
hooks:
- id: ruff
args:
Expand All @@ -37,7 +37,7 @@ repos:
# ]
# exclude: ^(docs|geoapps-assets)/
- repo: https://github.com/codingjoe/relint
rev: 3.1.1
rev: 3.3.1
hooks:
- id: relint
args: [-W] # to fail on warnings
Expand Down Expand Up @@ -65,7 +65,7 @@ repos:
exclude: (-lock\.ya?ml|\benvironments/.*\.ya?ml|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$
entry: codespell -I .codespellignore
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
exclude: \.mdj$
Expand Down

0 comments on commit 3b8189c

Please sign in to comment.