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 62892b4 + 243b355 commit 8c66bd5Copy full SHA for 8c66bd5
1 file changed
.pre-commit-config.yaml
@@ -2,12 +2,12 @@ exclude: ".*(.csv|.fits|.fts|.fit|.header|.txt|tca.*|.json|.asdf)$|^CITATION.rst
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.2"
+ rev: "v0.13.3"
6
hooks:
7
- id: ruff
8
args: ["--fix"]
9
- repo: https://github.com/PyCQA/isort
10
- rev: 6.0.1
+ rev: 6.1.0
11
12
- id: isort
13
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|{{ cookiecutter.module_name }}/extern)$"
0 commit comments