Skip to content

Commit 07d68c0

Browse files
authored
Merge pull request #295 from astropy/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 0eaf917 + ba57f50 commit 07d68c0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66
repos:
77

88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: check-added-large-files
1212
- id: check-ast
@@ -18,8 +18,6 @@ repos:
1818
- id: check-symlinks
1919
- id: debug-statements
2020
- id: detect-private-key
21-
- id: fix-encoding-pragma
22-
args: ["--remove"]
2321
- id: end-of-file-fixer
2422
- id: trailing-whitespace
2523

@@ -41,7 +39,7 @@ repos:
4139
- tomli
4240

4341
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.12.7"
42+
rev: "v0.12.11"
4543
hooks:
4644
- id: ruff
4745
args: ["--fix"]

0 commit comments

Comments
 (0)