Skip to content

Commit

Permalink
Merge pull request #2540 from sebix/makefile-codestyle
Browse files Browse the repository at this point in the history
Makefile: add pycodestyle
  • Loading branch information
sebix authored Jan 3, 2025
2 parents 0678d0f + 0d59d28 commit 04c75a3
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 04c75a3

Please sign in to comment.