Skip to content

Commit

Permalink
chore: switch pre-commit hooks to avoid duplicate errors
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr authored Oct 14, 2023
1 parent cc94d69 commit 0022355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
hooks:
- id: ruff-format
- id: ruff
args: [--fix]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
Expand Down

0 comments on commit 0022355

Please sign in to comment.