We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ba78df + fa007a3 commit 0e28dbdCopy full SHA for 0e28dbd
.pre-commit-config.yaml
@@ -2,12 +2,12 @@ exclude: "docs/"
2
repos:
3
# This should be before any formatting hooks like isort
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
- rev: "v0.13.3"
+ rev: "v0.14.10"
6
hooks:
7
- id: ruff
8
args: ["--fix"]
9
- repo: https://github.com/PyCQA/isort
10
- rev: 6.1.0
+ rev: 7.0.0
11
12
- id: isort
13
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|sunpy/extern)$"
changelog/251.trivial.rst
@@ -0,0 +1 @@
1
+Update pre-commit version.
0 commit comments