chore: se translada regla de exclude a .flake8
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
5113ad0289
commit
297572b5d2
1
.flake8
1
.flake8
@ -1,2 +1,3 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
ignore=E123,E124,E126,E128,E741,W503
|
ignore=E123,E124,E126,E128,E741,W503
|
||||||
|
exclude=.git,__pycache__,docs/source/conf.py,old,build,dist,.dev
|
2
Rakefile
2
Rakefile
@ -47,7 +47,7 @@ task :tdd do
|
|||||||
end
|
end
|
||||||
end
|
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')
|
compose('exec', 'app.dev', 'python3 -m unittest')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user