Move to flake8.

This commit is contained in:
Simon Quigley 2020-06-08 17:40:12 -05:00
parent 807ab43d59
commit d3cfaed6af

View File

@ -2,7 +2,7 @@
"exclude": "(^LICENSE)", "exclude": "(^LICENSE)",
"linters": { "linters": {
"sample": { "sample": {
"type": "pep8" "type": "flake8"
} }
} }
} }