Skip to content

Commit

Permalink
Change pre-commit ruff (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse authored Jan 4, 2025
1 parent 29caa79 commit ea48755
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
hooks:
- id: mypy
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.8.5'
- id: mypy
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
hooks:
- id: ruff
args:
- '--fix'
- id: ruff-format
- id: ruff
args: [ --fix ]
- id: ruff-format

0 comments on commit ea48755

Please sign in to comment.