Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/release/0.2.0' into develop
Browse files Browse the repository at this point in the history
keep develop version 0.3.0 alpha
  • Loading branch information
sebhmg committed Oct 17, 2024
2 parents 4480c1f + 0593ba3 commit 12c6b80
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: [pre-commit,pre-push]
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.7.0
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.12.0
hooks:
- id: mypy
additional_dependencies: [
Expand All @@ -42,7 +42,7 @@ repos:
]
exclude: ^docs/
- 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 12c6b80

Please sign in to comment.