- include pep8-naming in the dev dependencies array - aim to improve code style adherence to PEP 8 naming conventions
@@ -38,7 +38,8 @@ dev = [
"flake8",
"pre-commit",
"pytest",
- "build"
+ "build",
+ "pep8-naming"
]
backend = [
"flask",