Skip to content

Commit 0e28dbd

Browse files
authored
Merge pull request #251 from punch-mission/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 3ba78df + fa007a3 commit 0e28dbd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ exclude: "docs/"
22
repos:
33
# This should be before any formatting hooks like isort
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: "v0.13.3"
5+
rev: "v0.14.10"
66
hooks:
77
- id: ruff
88
args: ["--fix"]
99
- repo: https://github.com/PyCQA/isort
10-
rev: 6.1.0
10+
rev: 7.0.0
1111
hooks:
1212
- id: isort
1313
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|sunpy/extern)$"

changelog/251.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update pre-commit version.

0 commit comments

Comments
 (0)