Skip to content

Commit

Permalink
Add pre-commit configuration and dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
e-cal committed Jun 1, 2021
1 parent cd5ae45 commit 4fa7da8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repos:
- repo: https://github.com/ambv/black
rev: 21.5b2
hooks:
- id: black
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
DEV_DEPENDENCIES = [
"pytest",
"pytest-cov",
"pre-commit",
]

CLASSIFIERS = [
Expand Down

0 comments on commit 4fa7da8

Please sign in to comment.