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 f7f4aa6 + 1f8da70 commit dd83077Copy full SHA for dd83077
{{ cookiecutter.package_name }}/.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# This should be before any formatting hooks like isort
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: "v0.6.8"
+ rev: "v0.6.9"
5
hooks:
6
- id: ruff
7
args: ["--fix"]
@@ -11,7 +11,7 @@ repos:
11
- id: isort
12
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|{{ cookiecutter.module_name }}/extern)$"
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
- rev: v4.6.0
+ rev: v5.0.0
15
16
- id: check-ast
17
- id: check-case-conflict
0 commit comments