diff --git a/setup.py b/setup.py index 0a855ab418..2f07e13e89 100644 --- a/setup.py +++ b/setup.py @@ -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`) ],