Skip to content

Commit

Permalink
Makefile: add pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
sebix committed Nov 30, 2024
1 parent e86912f commit 7604a36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ codespell:

test:
pytest --no-cov -v intelmq/tests/ && echo "Success!"

codestyle:
pycodestyle intelmq/{bots,lib,bin}

0 comments on commit 7604a36

Please sign in to comment.