diff --git a/Makefile b/Makefile index e4a2c52bd..7502b6832 100644 --- a/Makefile +++ b/Makefile @@ -19,3 +19,6 @@ codespell: test: pytest --no-cov -v intelmq/tests/ && echo "Success!" + +codestyle: + pycodestyle intelmq/{bots,lib,bin}