Skip to content

Commit b448343

Browse files
authored
Merge pull request drivendataorg#85 from Midnighter/refactor/lint
refactor: restrict linting to `src` directory
2 parents 1c59925 + 0ab519a commit b448343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter.repo_name }}/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ clean:
3434

3535
## Lint using flake8
3636
lint:
37-
flake8 --exclude=lib/,bin/,docs/conf.py .
37+
flake8 src
3838

3939
## Upload Data to S3
4040
sync_data_to_s3:

0 commit comments

Comments
 (0)