Skip to content

Commit b532105

Browse files
Merge pull request #208 from astropy/pre-commit-ci-update-config
2 parents b4e1764 + 48066d0 commit b532105

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
repos:
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v4.5.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-ast
@@ -32,7 +32,7 @@ repos:
3232
- id: text-unicode-replacement-char
3333

3434
- repo: https://github.com/codespell-project/codespell
35-
rev: v2.2.5
35+
rev: v2.2.6
3636
hooks:
3737
- id: codespell
3838
args: ["--write-changes"]
@@ -45,7 +45,7 @@ repos:
4545
- id: flynt
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.0.291"
48+
rev: "v0.0.292"
4949
hooks:
5050
- id: ruff
5151
args: ["--fix"]

0 commit comments

Comments
 (0)