Skip to content

Commit

Permalink
Test setup file added
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjandevries committed Nov 5, 2020
1 parent 148b147 commit a9619ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[flake8]
exclude = .git,__pycache__,tests/*
max-line-length = 140

[pylint]
max-line-length = 140
output-format = colorized

0 comments on commit a9619ef

Please sign in to comment.