Merge pull request #85 from Midnighter/refactor/lint

refactor: restrict linting to `src` directory
This commit is contained in:
Isaac Slavitt 2018-02-13 17:11:04 -05:00 committed by GitHub
commit b4483439ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: