Skip to content

Commit 0858d1d

Browse files
committed
ci: Update Ruff.toml to include docstring lint for types.py
1 parent 8e96ac1 commit 0858d1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ruff.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ inline-quotes = "single"
119119
"__init__.py" = ["F401"] # Ignore unused imports in __init__.py
120120
"*_test.py" = ["D", "ANN"] # Ignore docstring and annotation issues in test files
121121
"test_*.py" = ["D", "ANN"] # Ignore docstring and annotation issues in test files
122-
"types.py" = ["D", "E501", "N815"] # Ignore docstring and annotation issues in types.py
123122

124123
[format]
125124
docstring-code-format = true

0 commit comments

Comments
 (0)