Skip to content

Commit

Permalink
Pylint:only check server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenbe committed May 24, 2024
1 parent 03ea0c0 commit fc8e4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test: ruff
python3 -m unittest discover $(mkfile_dir)/tests "*_test.py"

pylint:
pylint --disable=C0114,C0115,C0116,R0902,R0401 *.py comfospot40/*.py
pylint --disable=C0114,C0115,C0116,R0902,R0401 server.py comfospot40/*.py

ruff: black
ruff *.py tests/*.py comfospot40/*.py
Expand Down

0 comments on commit fc8e4e7

Please sign in to comment.