Skip to content

Commit aa15899

Browse files
committed
chore: make linting ignore some directories
Signed-off-by: Kai Blin <[email protected]>
1 parent 74f0b24 commit aa15899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ coverage:
55
py.test --cov=ncbi_genome_download --cov-report term-missing --cov-report html
66

77
lint:
8-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
9-
flake8 . --count --exit-zero --max-complexity=20 --statistics
8+
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --extend-exclude .venv,dist,build
9+
flake8 . --count --exit-zero --max-complexity=20 --statistics --extend-exclude .venv,dist,build

0 commit comments

Comments
 (0)