We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0678d0f + 0d59d28 commit 04c75a3Copy full SHA for 04c75a3
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