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.6.9](astral-sh/ruff-pre-commit@v0.5.5...v0.6.9)
- [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.2](pre-commit/mirrors-mypy@v1.11.0...v1.11.2)
- [github.com/codingjoe/relint: 3.1.1 → 3.2.0](codingjoe/relint@3.1.1...3.2.0)
- [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 Oct 7, 2024
1 parent 91db25e commit 32a0396
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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/(source/conf.py|_ext/)
default_stages: [commit,push]
default_stages: [Nonepre-commitNone,Nonepre-pushNone]
fail_fast: false

ci:
Expand All @@ -22,7 +22,7 @@ repos:
- id: pycln
args: [--config=pyproject.toml]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
rev: v0.6.9
hooks:
- id: ruff
args:
Expand All @@ -31,7 +31,7 @@ repos:
# - --unsafe-fixes
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.0
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies: [
Expand All @@ -42,7 +42,7 @@ repos:
]
exclude: ^(docs|las_geoh5-assets)/
- repo: https://github.com/codingjoe/relint
rev: 3.1.1
rev: 3.2.0
hooks:
- id: relint
args: [-W] # to fail on warnings
Expand Down Expand Up @@ -70,7 +70,7 @@ repos:
exclude: (\.lock|\.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 32a0396

Please sign in to comment.