setuptools icon indicating copy to clipboard operation
setuptools copied to clipboard

`missing-return-type-special-method (ANN204)` with `ignore-fully-untyped = false`

Open Avasam opened this issue 11 months ago • 0 comments

Summary of changes

Ran ruff check --select=ANN204 --fix --unsafe-fixes with ignore-fully-untyped = true And ran ruff check --select=ANN204 --extend-exclude=*/tests --fix --unsafe-fixes with ignore-fully-untyped = false

Step 6.3 of https://github.com/pypa/setuptools/issues/2345#issuecomment-1627561833 Some slight overlaps with https://github.com/pypa/setuptools/pull/4744

Pull Request Checklist

  • [x] Changes have tests (this adds static tests)
  • [x] News fragment added in newsfragments/. (not user facing) (See documentation for details)

Avasam avatar Jan 14 '25 02:01 Avasam