ci: Add directory to correct flakes flakiness
This commit is contained in:
parent
116be2fd53
commit
3226b4952c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ poetry-release: build
|
|||
poetry publish
|
||||
|
||||
pyflakes:
|
||||
pyflakes .
|
||||
pyflakes ${PROJECT_BASE}
|
||||
|
||||
pylint:
|
||||
pylint ${PROJECT_BASE}
|
||||
|
|
Loading…
Reference in a new issue