DRAFT Ruff: create config file and run auto format & fixes #1223
Annotations
10 errors
Ruff linter:
docs/source/conf.py#L1
docs/source/conf.py:1:1: INP001 File `docs/source/conf.py` is part of an implicit namespace package. Add an `__init__.py`.
|
Ruff linter:
docs/source/conf.py#L10
docs/source/conf.py:10:1: A001 Variable `copyright` is shadowing a Python builtin
|
Ruff linter:
docs/source/conf.py#L10
docs/source/conf.py:10:16: DTZ005 `datetime.datetime.now()` called without a `tz` argument
|
Ruff linter:
docs/source/conf.py#L34
docs/source/conf.py:34:121: E501 Line too long (628 > 120)
|
Ruff linter:
robotidy/api.py#L13
robotidy/api.py:13:48: FBT001 Boolean-typed positional argument in function definition
|
Ruff linter:
robotidy/api.py#L13
robotidy/api.py:13:48: FBT002 Boolean default positional argument in function definition
|
Ruff linter:
robotidy/app.py#L14
robotidy/app.py:14:29: TCH001 Move application import `robotidy.config.MainConfig` into a type-checking block
|
Ruff linter:
robotidy/app.py#L47
robotidy/app.py:47:21: PLW2901 `for` loop variable `source` overwritten by assignment target
|
Ruff linter:
robotidy/app.py#L72
robotidy/app.py:72:89: FBT001 Boolean-typed positional argument in function definition
|
Ruff linter:
robotidy/app.py#L92
robotidy/app.py:92:49: FBT001 Boolean-typed positional argument in function definition
|
Loading