Skip to content

Commit

Permalink
Merge pull request #556 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 Aug 8, 2024
2 parents 5e31652 + d753795 commit 1eafe0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
# Prevent giant files from being committed.
Expand Down Expand Up @@ -54,7 +54,7 @@ repos:
# Enforce that all noqa annotations always occur with specific codes.

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: ["--py39-plus"]
Expand All @@ -72,7 +72,7 @@ repos:
additional_dependencies: [toml]

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
args: ["--ignore", "E501,W503"]
Expand All @@ -83,7 +83,7 @@ repos:
- id: yesqa

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: ["--write-changes", "--ignore-words-list", "exten"]
Expand Down

0 comments on commit 1eafe0b

Please sign in to comment.