ci: Add directory to correct flakes flakiness

This commit is contained in:
Alex Kelly 2021-08-20 08:48:54 -04:00
parent 116be2fd53
commit 3226b4952c

View file

@ -22,7 +22,7 @@ poetry-release: build
poetry publish
pyflakes:
pyflakes .
pyflakes ${PROJECT_BASE}
pylint:
pylint ${PROJECT_BASE}