Skip to content

Commit

Permalink
Update ruff version, with adopt ruff formater and ruff linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksymilian-Plywaczyk committed Oct 24, 2023
1 parent ca3882a commit 9cb6815
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Smart-Pot-API/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ repos:
rev: v0.1.2
hooks:
- id: ruff-format
- repo:
https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: v0.1.2
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]

0 comments on commit 9cb6815

Please sign in to comment.