aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-03-04 20:29:16 -0800
committerGravatar MarkKoz <[email protected]>2021-01-09 19:14:39 -0800
commitd0fb1ebc2c174963b644f4e1f12f4417d3429817 (patch)
treeb9817581b2dba221b1dea80db725f88582134359 /Pipfile
parentUpdate 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--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 763b1e5..655bda2 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"