Do not require tox file for flake8 linting
This commit is contained in:
@@ -44,8 +44,6 @@ return {
|
|||||||
flake8 = {
|
flake8 = {
|
||||||
command = "flake8",
|
command = "flake8",
|
||||||
args = {
|
args = {
|
||||||
"--config",
|
|
||||||
"tox.ini",
|
|
||||||
"--format",
|
"--format",
|
||||||
"%(row)d,%(col)d,%(code).1s,%(code)s: %(text)s",
|
"%(row)d,%(col)d,%(code).1s,%(code)s: %(text)s",
|
||||||
"-",
|
"-",
|
||||||
|
|||||||
Reference in New Issue
Block a user