Skip to content

Commit

Permalink
requirements-style: Add pep8-naming
Browse files Browse the repository at this point in the history
Ensure variable names are cased according to PEP-8.
  • Loading branch information
suutari-ai committed Jan 26, 2018
1 parent 53ac96b commit 2faf550
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-style.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
flake8
flake8-isort
flake8-print
pep8-naming
3 changes: 2 additions & 1 deletion requirements-style.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
#
flake8==3.5.0
flake8-isort==2.3
flake8-polyfill==1.0.2 # via flake8-isort
flake8-polyfill==1.0.2 # via flake8-isort, pep8-naming
flake8-print==3.0.1
isort==4.2.15 # via flake8-isort
mccabe==0.6.1 # via flake8
pep8-naming==0.5.0
pycodestyle==2.3.1 # via flake8, flake8-print
pyflakes==1.6.0 # via flake8
six==1.11.0 # via flake8-print
Expand Down

0 comments on commit 2faf550

Please sign in to comment.