Skip to content

Commit

Permalink
checking ruff on pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Aug 23, 2024
1 parent c62ea90 commit f6c546f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.2
hooks:
# Run the linter.
- id: ruff
# Run the formatter.
- id: ruff-format

0 comments on commit f6c546f

Please sign in to comment.