Skip to content

Commit

Permalink
Refresh pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Feb 1, 2024
1 parent 7710283 commit 10836d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: trailing-whitespace
- id: check-toml
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
# It is recommended to specify the latest version of Python
Expand All @@ -22,7 +22,7 @@ repos:
name: isort (python)
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.13
rev: v0.1.15
hooks:
- id: ruff
- repo: https://github.com/numpy/numpydoc
Expand Down

0 comments on commit 10836d1

Please sign in to comment.