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

Add sort linging

parent 02fa2486
No related branches found
No related tags found
1 merge request!10Add pre commit improve tox setup
Pipeline #123505 passed
Pipeline: Python Binary Wheel Package

#123507

    Pipeline: Python Binary Wheel Package

    #123506

      This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
      ......@@ -66,7 +66,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", "ARG", "I"]
      ignore = ["E203"]
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment