diff options
| author | 2020-03-04 20:29:16 -0800 | |
|---|---|---|
| committer | 2021-01-09 19:14:39 -0800 | |
| commit | d0fb1ebc2c174963b644f4e1f12f4417d3429817 (patch) | |
| tree | b9817581b2dba221b1dea80db725f88582134359 /Pipfile | |
| parent | Update dev dependencies (diff) | |
Install pep8-naming
It is a flake8 plugin which enforces PEP 8 naming conventions.
Resolves #63
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ flake8-quotes = "~= 3.2" flake8-string-format = "~= 0.3.0" flake8-tidy-imports = "~= 4.2" flake8-todo = "~= 0.7" +pep8-naming = "~= 0.11.1" pre-commit = "~= 2.9.3" pydocstyle = "~= 5.1" |