Skip to content

Commit

Permalink
pre-commit updates in the template (#79)
Browse files Browse the repository at this point in the history
This is an autogenerated PR, which updates the `{{
cookiecutter.package_name }}/.pre-commit-config.yaml` file.
  • Loading branch information
Cadair committed Apr 18, 2024
2 parents a5be500 + baaced4 commit 4ee1942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{ cookiecutter.package_name }}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
# This should be before any formatting hooks like isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.2"
rev: "v0.3.7"
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -11,7 +11,7 @@ repos:
- id: isort
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|{{ cookiecutter.module_name }}/extern)$"
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-ast
- id: check-case-conflict
Expand Down

0 comments on commit 4ee1942

Please sign in to comment.