Skip to content

Commit

Permalink
added flake8 options to setup.cfg to make cli testing faster
Browse files Browse the repository at this point in the history
  • Loading branch information
robweber committed Feb 22, 2022
1 parent d8a0cf9 commit ac9fb00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ console_scripts =

[options.packages.find]
where = src

[flake8]
max-line-length = 150

0 comments on commit ac9fb00

Please sign in to comment.