Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri authored Aug 26, 2024
2 parents b658783 + a1b0ca5 commit b86ed4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
args: [-w, -L, "THIRDPARTY"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.1 # Ruff version
rev: v0.6.2 # Ruff version
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand Down Expand Up @@ -63,15 +63,15 @@ repos:
- validate-pyproject[all]>=0.13

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.1
rev: 0.29.2
hooks:
- id: check-metaschema
files: \.schema\.json$
- id: check-readthedocs
- id: check-github-workflows

- repo: https://github.com/scientific-python/cookie
rev: 2024.04.23
rev: 2024.08.19
hooks:
- id: sp-repo-review
name: Validate Python repository
1 change: 0 additions & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# --- General config ---
src = ["src"]
target-version = "py38"

# --- Linting config ---
Expand Down

0 comments on commit b86ed4d

Please sign in to comment.