Skip to content

Commit

Permalink
chore(ci): Add pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Apr 28, 2024
1 parent f8f2d33 commit 458fce5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
hooks:
- id: ruff
- id: ruff-format

0 comments on commit 458fce5

Please sign in to comment.