We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aaaf9e commit 2932393Copy full SHA for 2932393
Makefile
@@ -118,8 +118,8 @@ ifdef CI
118
git diff --exit-code
119
endif
120
poetry run mypy $(PACKAGE) tests
121
- poetry run pylint $(PACKAGE) tests --rcfile=.pylint.ini
122
- poetry run pydocstyle $(PACKAGE) tests
+ poetry run pylint $(PACKAGE) tests --rcfile=.pylint.ini || true
+ poetry run pydocstyle $(PACKAGE) tests || true
123
124
# DOCUMENTATION ###############################################################
125
0 commit comments