Skip to content

Commit

Permalink
Update pre-commit hook versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin committed Sep 23, 2023
1 parent 5fe0cfe commit 4675a03
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 @@ -24,13 +24,13 @@ repos:
- tomli

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.284
rev: v0.0.291
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black

Expand All @@ -43,7 +43,7 @@ repos:
- black

- repo: https://github.com/numpy/numpydoc
rev: v1.6.0rc1
rev: v1.6.0rc2
hooks:
- id: numpydoc-validation
exclude: (tests/|docs/).*
Expand Down

0 comments on commit 4675a03

Please sign in to comment.