Skip to content

Commit

Permalink
pre-commit: Move to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEvilSkeleton committed Jan 9, 2025
1 parent 74b33e3 commit 26500d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 624 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
rev: v0.8.2
hooks:
- id: ruff
args: [ "--fix", "--ignore", "F401,F402,E722,E741" ]
args: [ "--fix" ]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down
Loading

0 comments on commit 26500d1

Please sign in to comment.