Skip to content

Commit dd83077

Browse files
authored
pre-commit updates in the template (sunpy#129)
This is an autogenerated PR, which updates the `{{ cookiecutter.package_name }}/.pre-commit-config.yaml` file.
2 parents f7f4aa6 + 1f8da70 commit dd83077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{ cookiecutter.package_name }}/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# This should be before any formatting hooks like isort
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: "v0.6.8"
4+
rev: "v0.6.9"
55
hooks:
66
- id: ruff
77
args: ["--fix"]
@@ -11,7 +11,7 @@ repos:
1111
- id: isort
1212
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|{{ cookiecutter.module_name }}/extern)$"
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.6.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: check-ast
1717
- id: check-case-conflict

0 commit comments

Comments
 (0)