Skip to content

Commit

Permalink
Add ruff checks and EOL fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiden Fox Ivey committed Jan 22, 2024
1 parent 06d3f37 commit 1c875c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format

0 comments on commit 1c875c2

Please sign in to comment.