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

Remove 'ARG'

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

#121728

    Pipeline: Python Package

    #121727

      ......@@ -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", "ARG"]
      select = ["N", "A", "E", "F", "B", "W", "Q", "PL", "ASYNC", "S", "G", "RET"]
      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