Skip to content

Commit c28822d

Browse files
committed
Restore ignore-fully-untyped = true
1 parent 4b648f3 commit c28822d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ruff.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ section-order = ["future", "standard-library", "eager", "third-party", "first-pa
8282
sections.eager = ["_distutils_hack"]
8383
sections.delayed = ["distutils"]
8484

85+
[lint.flake8-annotations]
86+
ignore-fully-untyped = true
87+
8588
[format]
8689
# Enable preview to get hugged parenthesis unwrapping and other nice surprises
8790
# See https://github.com/jaraco/skeleton/pull/133#issuecomment-2239538373

0 commit comments

Comments
 (0)