Skip to content

Commit 1f8da70

Browse files
Cadairgithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent f7f4aa6 commit 1f8da70

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)