We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86912f commit 7604a36Copy full SHA for 7604a36
Makefile
@@ -19,3 +19,6 @@ codespell:
19
20
test:
21
pytest --no-cov -v intelmq/tests/ && echo "Success!"
22
+
23
+codestyle:
24
+ pycodestyle intelmq/{bots,lib,bin}
0 commit comments