Skip to content

Commit 04c75a3

Browse files
authored
Merge pull request #2540 from sebix/makefile-codestyle
Makefile: add pycodestyle
2 parents 0678d0f + 0d59d28 commit 04c75a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ codespell:
1919

2020
test:
2121
pytest --no-cov -v intelmq/tests/ && echo "Success!"
22+
23+
codestyle:
24+
pycodestyle intelmq/{bots,lib,bin}

0 commit comments

Comments
 (0)