Skip to content

Commit

Permalink
add pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
Малахов Алексей Павлович committed Aug 28, 2024
1 parent db068fb commit b7b7a90
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
repos:
- repo: local
hooks:
- id: lint
entry: poetry run make pretty
language: system
types: [python]
stages: [commit]

0 comments on commit b7b7a90

Please sign in to comment.