Skip to content

Commit

Permalink
lint: no need to lint the setup.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Mar 14, 2024
1 parent 9808a30 commit e6f5951
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 @@ -2,5 +2,5 @@ black:
black .

check:
pylint *.py test/
pylint xml_sitemap_writer.py test/
pytest --cov=xml_sitemap_writer --cov-report=term --cov-report=xml --cov-fail-under=100 -vv

0 comments on commit e6f5951

Please sign in to comment.