aboutsummaryrefslogtreecommitdiffstats
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
parentUpdate dev dependencies (diff)
Install pep8-naming
It is a flake8 plugin which enforces PEP 8 naming conventions. Resolves #63
-rw-r--r--Pipfile1
-rw-r--r--Pipfile.lock17
2 files changed, 17 insertions, 1 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"
diff --git a/Pipfile.lock b/Pipfile.lock
index e12c221..7e9b3cc 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
- "sha256": "b52f6a21f38f4c4e3afa28cfbcd0b63d8f6bcfc44d26bda4e0c1fb3b43eeada3"
+ "sha256": "66cab1b13fdedd58af57fc9c94157d1a686feaedf1b4586274cc4903ba0cca30"
},
"pipfile-spec": 6,
"requires": {
@@ -243,6 +243,13 @@
"index": "pypi",
"version": "==0.18.1"
},
+ "flake8-polyfill": {
+ "hashes": [
+ "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9",
+ "sha256:e44b087597f6da52ec6393a709e7108b2905317d0c0b744cdca6208e670d8eda"
+ ],
+ "version": "==1.0.2"
+ },
"flake8-quotes": {
"hashes": [
"sha256:3f1116e985ef437c130431ac92f9b3155f8f652fda7405ac22ffdfd7a9d1055e"
@@ -301,6 +308,14 @@
],
"version": "==1.5.0"
},
+ "pep8-naming": {
+ "hashes": [
+ "sha256:a1dd47dd243adfe8a83616e27cf03164960b507530f155db94e10b36a6cd6724",
+ "sha256:f43bfe3eea7e0d73e8b5d07d6407ab47f2476ccaeff6937c84275cd30b016738"
+ ],
+ "index": "pypi",
+ "version": "==0.11.1"
+ },
"pre-commit": {
"hashes": [
"sha256:6c86d977d00ddc8a60d68eec19f51ef212d9462937acf3ea37c7adec32284ac0",