Skip to content

Commit 1d2a2c0

Browse files
committed
Ruff config: Remove duplicated rules and comments
1 parent c1dec25 commit 1d2a2c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ruff.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ ignore = [
5151
"PTH208", # Use `pathlib.Path.iterdir()` instead.
5252
# Typeshed doesn't want complex or non-literal defaults for maintenance and testing reasons.
5353
# This doesn't affect us, let's have more complete stubs.
54-
# This doesn't affect us, let's have more complete stubs.
55-
"PYI011", # typed-argument-default-in-stub
5654
"PYI011", # typed-argument-default-in-stub
5755
"PYI014", # argument-default-in-stub
5856
"PYI053", # string-or-bytes-too-long
@@ -88,9 +86,6 @@ ignore = [
8886
# Specific to this project
8987
###
9088
"D205", # Not all docstrings have a short description + description
91-
# TODO: Consider for more complete doc
92-
"DOC201", # docstring-extraneous-returns
93-
"DOC501", # docstring-missing-exception
9489
# We have some Pascal case module names
9590
"N999", # pep8-naming: Invalid module name
9691
# Print are used as debug logs

0 commit comments

Comments
 (0)