Skip to content

Commit 8c66bd5

Browse files
authored
Merge pull request #106 from sunpy/pre-commit-ci-update-config
2 parents 62892b4 + 243b355 commit 8c66bd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ exclude: ".*(.csv|.fits|.fts|.fit|.header|.txt|tca.*|.json|.asdf)$|^CITATION.rst
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.2"
5+
rev: "v0.13.3"
66
hooks:
77
- id: ruff
88
args: ["--fix"]
99
- repo: https://github.com/PyCQA/isort
10-
rev: 6.0.1
10+
rev: 6.1.0
1111
hooks:
1212
- id: isort
1313
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|{{ cookiecutter.module_name }}/extern)$"

0 commit comments

Comments
 (0)