Skip to content

Commit

Permalink
Create .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Trying pre-commit
  • Loading branch information
saalUW committed Apr 19, 2024
1 parent c7f04a8 commit 71e67f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
repos:
- repo: local
hooks:
- id: ruff
name: Ruff
entry: ruff check
language: python
types: [python]

0 comments on commit 71e67f6

Please sign in to comment.