Skip to content

Commit

Permalink
chore: add pre-commit to dev deps (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored May 26, 2021
1 parent 687032e commit d1a6e02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
],
"dev": [
"commitizen", # Manage commits and publishing releases
"pre-commit", # Ensure that linters are run prior to commiting
"pytest-watch", # `ptw` test watcher/runner
"ipdb", # Debugger (Must use `export PYTHONBREAKPOINT=ipdb.set_trace`)
],
Expand Down

0 comments on commit d1a6e02

Please sign in to comment.