Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit 734e47f

Browse files
committed
Remove *_test.py
1 parent aa6ae6e commit 734e47f

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
@@ -40,7 +40,7 @@ pytest:
4040
lint: flake8 pylint
4141

4242
flake8:
43-
flake8 dockerjudge test_*.py *_test.py
43+
flake8 dockerjudge test_*.py
4444

4545
pylint:
46-
pylint dockerjudge test_*.py *_test.py
46+
pylint dockerjudge test_*.py

0 commit comments

Comments
 (0)