Skip to content

Commit

Permalink
Pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
samaloney committed Jul 9, 2024
1 parent 9aeafef commit e1198b2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1,378 deletions.
4 changes: 2 additions & 2 deletions .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.1"
rev: "v0.5.1"
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -13,7 +13,7 @@ repos:
- id: isort
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|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
Loading

0 comments on commit e1198b2

Please sign in to comment.