Skip to content

Commit

Permalink
Switch from pylama to flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Jan 27, 2022
1 parent 810fc18 commit 56e4d07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions pylama.ini

This file was deleted.

4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ ignore =
tests/*

[flake8]
max-line-length = 120
ignore = E203, E231, E266, E501, W503, W605
max-line-length = 160
exclude = migrations,static,_static,build,*settings.py,.tox/*,local

0 comments on commit 56e4d07

Please sign in to comment.