diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 44e97335..11b56f23 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -23,3 +23,4 @@ python: - msgpack - zfpy - crc32c + - numpydoc diff --git a/pyproject.toml b/pyproject.toml index ce472c98..78e3cd98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -193,18 +193,13 @@ extend-select = [ "UP", ] ignore = [ - "FURB101", - "FURB103", - "PT001", "PT011", - "PT012", "PT031", "RET505", "RET506", "SIM108", "TRY003", "TRY301", - "UP007", # https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules "W191", "E111",