Skip to content

Commit 7604a36

Browse files
committed
Makefile: add pycodestyle
1 parent e86912f commit 7604a36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ codespell:
1919

2020
test:
2121
pytest --no-cov -v intelmq/tests/ && echo "Success!"
22+
23+
codestyle:
24+
pycodestyle intelmq/{bots,lib,bin}

0 commit comments

Comments
 (0)