chore: se translada regla de exclude a .flake8
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Jovany Leandro G.C bit4bit@riseup.net 2023-08-03 16:19:35 -05:00
parent 5113ad0289
commit 297572b5d2
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
[flake8]
ignore=E123,E124,E126,E128,E741,W503
exclude=.git,__pycache__,docs/source/conf.py,old,build,dist,.dev

View File

@ -47,7 +47,7 @@ task :tdd do
end
end
end
compose('exec', 'app.dev', 'flake8 --exclude .git,__pycache__,docs/source/conf.py,old,build,dist,.dev')
compose('exec', 'app.dev', 'flake8')
compose('exec', 'app.dev', 'python3 -m unittest')
end