Skip to content

Commit

Permalink
Merge pull request #2018 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
larrybradley authored Mar 4, 2025
2 parents 8ac9c53 + 80fb053 commit 9e6b0b9
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 @@ -55,7 +55,7 @@ repos:
# Enforce that all noqa annotations always occur with specific codes.

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.9.4"
rev: "v0.9.9"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -66,7 +66,7 @@ repos:
- id: sp-repo-review

- repo: https://github.com/pycqa/isort
rev: 6.0.0
rev: 6.0.1
hooks:
- id: isort
name: isort (python)
Expand All @@ -77,7 +77,7 @@ repos:
additional_dependencies: [toml]

- repo: https://github.com/PyCQA/flake8
rev: 7.1.1
rev: 7.1.2
hooks:
- id: flake8
args: ["--ignore", "E501,W503"]
Expand Down

0 comments on commit 9e6b0b9

Please sign in to comment.