Skip to content

Commit

Permalink
Merge pull request #895 from AFM-SPM/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit-autoupdate
  • Loading branch information
ns-rse authored Sep 4, 2024
2 parents e4a0064 + 43793be commit 2567fb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.5.6
rev: v0.6.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
types: [python]
Expand Down Expand Up @@ -69,7 +69,7 @@ repos:
- id: nbstripout

- repo: https://github.com/numpy/numpydoc
rev: v1.8.0rc2
rev: v1.8.0
hooks:
- id: numpydoc-validation

Expand Down

0 comments on commit 2567fb3

Please sign in to comment.