mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore: disable some pydocstyle lints
This commit is contained in:
2
Makefile
2
Makefile
@@ -179,7 +179,7 @@ open_docs:
|
||||
.PHONY: pydocstyle # Launch syntax checker on source code documentation
|
||||
pydocstyle:
|
||||
@# From http://www.pydocstyle.org/en/stable/error_codes.html
|
||||
poetry run pydocstyle $(SRC_DIR) --convention google --add-ignore=D1,D202 --add-select=D401
|
||||
poetry run pydocstyle $(SRC_DIR) --convention google --add-ignore=D1,D200,D202,D212,D402,D417 --add-select=D401
|
||||
|
||||
.PHONY: finalize_nb # Sanitize notebooks
|
||||
finalize_nb:
|
||||
|
||||
Reference in New Issue
Block a user