refactor: restrict linting to `src` directory
This commit is contained in:
parent
2bafb83110
commit
0ab519ab5f
|
@ -34,7 +34,7 @@ clean:
|
||||||
|
|
||||||
## Lint using flake8
|
## Lint using flake8
|
||||||
lint:
|
lint:
|
||||||
flake8 --exclude=lib/,bin/,docs/conf.py .
|
flake8 src
|
||||||
|
|
||||||
## Upload Data to S3
|
## Upload Data to S3
|
||||||
sync_data_to_s3:
|
sync_data_to_s3:
|
||||||
|
|
Loading…
Reference in New Issue