Skip to content

Commit

Permalink
Setup ruff linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris committed Apr 30, 2024
1 parent 585cd4d commit ad069ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ repos:

- id: ruff-format
args:
- '--exclude=import_specifications/clients/baseclient.py'
- '--config=pyproject.toml'
- '--check'
- id: ruff
args:
- '--exclude=import_specifications/clients/baseclient.py'
- '--config=pyproject.toml'

0 comments on commit ad069ed

Please sign in to comment.