diff options
| author | 2020-03-03 22:51:28 -0500 | |
|---|---|---|
| committer | 2020-03-03 22:51:28 -0500 | |
| commit | da94ddbcdcd644a36c329fb7ec84d1c384b8ac58 (patch) | |
| tree | 1652fca6facd66415da200f625e36edb0bd37985 /Pipfile | |
| parent | CI: mock the pipenv binary (diff) | |
Add pep8-naming & relock
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ flake8-import-order = "~=0.18" flake8-string-format = "~=0.2" flake8-tidy-imports = "~=4.0" flake8-todo = "~=0.7" +pep8-naming = "~=0.9" pre-commit = "~=2.1" safety = "~=1.8" unittest-xml-reporting = "~=3.0" |