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 2dd5ecf commit 585cd4d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
repos:


- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
hooks:

- id: ruff-format
args:
- '--exclude=import_specifications/clients/baseclient.py'
- id: ruff
args:
- '--exclude=import_specifications/clients/baseclient.py'

0 comments on commit 585cd4d

Please sign in to comment.