Skip to content

Commit

Permalink
flake8 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VCasecnikovs committed Jul 18, 2020
1 parent 704e521 commit 406e8fd
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 91 deletions.
7 changes: 7 additions & 0 deletions flake8.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[flake8]
format = pylint
exclude = .git,__pycache__,.idea,.gitignore,pics/,scripts/,nohup.out
max-complexity = 15
max-line-length = 127
doctests = True
ignore = E731,D104,D401,I101,I201,F401,F403,S001,D100,D101,D102,D103,D105,D106,D107,D200,D205,D400,W504,E203,D202
Loading

0 comments on commit 406e8fd

Please sign in to comment.