Skip to content

Commit

Permalink
Add base file
Browse files Browse the repository at this point in the history
  • Loading branch information
dongminlee94 committed May 20, 2021
1 parent 8fec4c4 commit 789f44a
Show file tree
Hide file tree
Showing 6 changed files with 635 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: local
hooks:
- id: format
name: format
language: system
entry: make format
types: [python]
- id: lint
name: lint
language: system
entry: make lint
types: [python]
Loading

0 comments on commit 789f44a

Please sign in to comment.