Skip to content
Snippets Groups Projects
Commit 637c65a2 authored by Corné Lukken's avatar Corné Lukken
Browse files

Reintroduce ARG

parent 22c983b9
No related branches found
No related tags found
1 merge request!36Expand ruff rules to better match previous setup
Pipeline #121917 passed
Pipeline: Python Package

#121919

    Pipeline: Python Package

    #121918

      ......@@ -25,7 +25,7 @@ exclude = [
      # Expand basic rules with name and style checks roughly equivalent to flake8 + black + pylint
      # Some additional functional errors such as `await` on none async or wrong return types / args.
      # More info https://docs.astral.sh/ruff/rules/
      select = ["N", "A", "E", "F", "B", "W", "Q", "PL", "ASYNC", "S", "G", "RET"]
      select = ["N", "A", "E", "F", "B", "W", "Q", "PL", "ASYNC", "S", "G", "RET", "ARG"]
      ignore = ["E203"]
      [tool.tox]
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment