Skip to content

Commit

Permalink
Merge pull request #32 from zfit/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
chore: update pre-commit hooks
  • Loading branch information
jonas-eschle authored Dec 23, 2024
2 parents 0ff8b04 + f1a08f0 commit 5b86895
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:

# Notebook formatting
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.5
rev: 1.8.7
hooks:
- id: nbqa-isort
additional_dependencies: [isort]
Expand All @@ -28,7 +28,7 @@ repos:
args: [--py310-plus]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.6.0"
rev: "v5.0.0"
hooks:
- id: check-added-large-files
args: ["--maxkb=1000"]
Expand Down Expand Up @@ -69,7 +69,7 @@ repos:
args: [--prose-wrap=always]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.10.1"
rev: "v1.11.2"
hooks:
- id: mypy
files: src|tests
Expand All @@ -96,13 +96,13 @@ repos:
exclude: .pre-commit-config.yaml

- repo: https://github.com/abravalheri/validate-pyproject
rev: "v0.18"
rev: "v0.20.2"
hooks:
- id: validate-pyproject
additional_dependencies: ["validate-pyproject-schema-store[all]"]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.28.6"
rev: "0.29.3"
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand Down Expand Up @@ -141,7 +141,7 @@ repos:
# - id: oxipng

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.0"
rev: "v0.6.9"
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand Down

0 comments on commit 5b86895

Please sign in to comment.