Browse Source

Merge pull request #85 from Midnighter/refactor/lint

refactor: restrict linting to `src` directory
main
Isaac Slavitt 7 years ago committed by GitHub
parent
commit
b4483439ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      {{ cookiecutter.repo_name }}/Makefile

2
{{ cookiecutter.repo_name }}/Makefile

@ -34,7 +34,7 @@ clean:
## Lint using flake8
lint:
flake8 --exclude=lib/,bin/,docs/conf.py .
flake8 src
## Upload Data to S3
sync_data_to_s3:

Loading…
Cancel
Save