Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce ruff/flake8-annotations rules (ANN) #2264

Merged
merged 3 commits into from
Sep 27, 2024

Commits on Sep 27, 2024

  1. Apply ruff/flake8-annotations rule ANN204

    ANN204 Missing return type annotation for special method `__init__`
    DimitriPapadopoulos committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d447d45 View commit details
    Browse the repository at this point in the history
  2. Apply ruff/flake8-annotations rule ANN201

    ANN201 Missing return type annotation for public function `basic_indices`
    DimitriPapadopoulos committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2f441e1 View commit details
    Browse the repository at this point in the history
  3. Enforce ruff/flake8-annotations rules (ANN)

    Disable lots of rules for now, especially in tests.
    DimitriPapadopoulos committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    06daa20 View commit details
    Browse the repository at this point in the history