Skip to content

Commit

Permalink
Merge pull request #462 from astropy/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
astrofrog authored Aug 6, 2024
2 parents 4720fe5 + 6ca1276 commit 7c07190
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 @@ -40,7 +40,7 @@ repos:
# F822: undefined name in __all__
# F823: local variable name referenced before assignment
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
args:
Expand All @@ -57,7 +57,7 @@ repos:
- id: black

- repo: https://github.com/numpy/numpydoc
rev: v1.7.0
rev: v1.8.0rc2
hooks:
- id: numpydoc-validation
files: ".*(high_level|mosaicking).*$"
Expand All @@ -77,7 +77,7 @@ repos:
- tomli

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.4"
rev: "v0.5.6"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down

0 comments on commit 7c07190

Please sign in to comment.