Skip to content

Instantly share code, notes, and snippets.

@konstin
Created May 31, 2023 10:07
Show Gist options
  • Save konstin/cf6f633a73a701bc94b089d2066e4675 to your computer and use it in GitHub Desktop.
Save konstin/cf6f633a73a701bc94b089d2066e4675 to your computer and use it in GitHub Desktop.
Found 10 errors (10 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
error: Failed to parse threemystic_cloud_client/cloud_providers/aws/config/step_2.py:25:166: f-string: single '}' is not allowed
Found 9 errors (9 fixed, 0 remaining).
airflow/models/__init__.py:118:37: TCH004 Move import `airflow.models.base.ID_LEN` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:118:45: TCH004 Move import `airflow.models.base.Base` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:119:45: TCH004 Move import `airflow.models.baseoperator.BaseOperator` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:119:59: TCH004 Move import `airflow.models.baseoperator.BaseOperatorLink` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:120:43: TCH004 Move import `airflow.models.connection.Connection` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:121:36: TCH004 Move import `airflow.models.dag.DAG` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:121:41: TCH004 Move import `airflow.models.dag.DagModel` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:121:51: TCH004 Move import `airflow.models.dag.DagTag` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:122:39: TCH004 Move import `airflow.models.dagbag.DagBag` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:123:42: TCH004 Move import `airflow.models.dagpickle.DagPickle` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:124:39: TCH004 Move import `airflow.models.dagrun.DagRun` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:125:52: TCH004 Move import `airflow.models.db_callback_request.DbCallbackRequest` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:126:39: TCH004 Move import `airflow.models.errors.ImportError` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:127:36: TCH004 Move import `airflow.models.log.Log` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:128:47: TCH004 Move import `airflow.models.mappedoperator.MappedOperator` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:129:41: TCH004 Move import `airflow.models.operator.Operator` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:130:38: TCH004 Move import `airflow.models.param.Param` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:131:37: TCH004 Move import `airflow.models.pool.Pool` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:132:49: TCH004 Move import `airflow.models.renderedtifields.RenderedTaskInstanceFields` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:133:42: TCH004 Move import `airflow.models.skipmixin.SkipMixin` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:134:40: TCH004 Move import `airflow.models.slamiss.SlaMiss` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:135:41: TCH004 Move import `airflow.models.taskfail.TaskFail` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:136:45: TCH004 Move import `airflow.models.taskinstance.TaskInstance` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:136:59: TCH004 Move import `airflow.models.taskinstance.clear_task_instances` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:137:47: TCH004 Move import `airflow.models.taskreschedule.TaskReschedule` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:138:40: TCH004 Move import `airflow.models.trigger.Trigger` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:139:41: TCH004 Move import `airflow.models.variable.Variable` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:140:37: TCH004 Move import `airflow.models.xcom.XCom` out of type-checking block. Import is used for more than type hinting.
airflow/serialization/serialized_objects.py:74:39: TCH004 Move import `kubernetes.client.models` out of type-checking block. Import is used for more than type hinting.
airflow/serialization/serialized_objects.py:76:54: TCH004 Move import `airflow.kubernetes.pod_generator.PodGenerator` out of type-checking block. Import is used for more than type hinting.
airflow/utils/mixins.py:28:12: TCH004 Move import `multiprocessing.context` out of type-checking block. Import is used for more than type hinting.
Found 698 errors (667 fixed, 31 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 21 errors (21 fixed, 0 remaining).
Found 140 errors (140 fixed, 0 remaining).
Found 265 errors (265 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
src/labster/domain2/services/workflow/transitions.py:20:47: TCH004 Move import `labster.domain2.model.profile.Profile` out of type-checking block. Import is used for more than type hinting.
Found 85 errors (84 fixed, 1 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
error: TOML parse error at line 24, column 16
|
24 | line-length = {{ cookiecutter.max_line_length }}
| ^
invalid inline table
expected `}`
warning: No Python files found under the given path(s)
Found 1 error (1 fixed, 0 remaining).
src/label_doconly_changes/hooks/python.py:13:39: TCH001 Move application import `label_doconly_changes.app.App` into a type-checking block
Found 1 error.
error: TOML parse error at line 77, column 12
|
77 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 39 errors (39 fixed, 0 remaining).
error: TOML parse error at line 109, column 12
|
109 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
error: TOML parse error at line 116, column 12
|
116 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 4 errors (4 fixed, 0 remaining).
Found 35 errors (35 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
Found 13 errors (13 fixed, 0 remaining).
pyproject.toml:40:8: RUF200 Failed to parse pyproject.toml: Expected a valid marker name, found 'python_implementation'
mypy >= 1.2.0; python_implementation != "PyPy"
^^^^^^^^^^^^^^^^^^^^^
Found 17 errors (16 fixed, 1 remaining).
Found 5 errors (5 fixed, 0 remaining).
aiogram/handlers/base.py:9:25: TCH004 Move import `aiogram.Bot` out of type-checking block. Import is used for more than type hinting.
Found 58 errors (57 fixed, 1 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
pyproject.toml:3:17: RUF200 Failed to parse pyproject.toml: invalid type: sequence, expected a string
Found 1 error.
pyproject.toml:
3:17 RUF200 Failed to parse pyproject.toml: invalid type: sequence, expected a string
Found 1 error.
pyproject.toml:3:17: RUF200 Failed to parse pyproject.toml: invalid type: sequence, expected a string
Found 1 error.
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
snakebids/types.py:71:29: TCH001 Move application import `snakebids.utils.utils` into a type-checking block
Found 32 errors (31 fixed, 1 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 60 errors (60 fixed, 0 remaining).
geneticengine/core/utils.py:14:63: TCH004 Move import `geneticengine.core.representations.tree.utils.GengyList` out of type-checking block. Import is used for more than type hinting.
Found 170 errors (169 fixed, 1 remaining).
Found 1 error (1 fixed, 0 remaining).
error: TOML parse error at line 1, column 1
|
1 | {%- set license_classifiers = {
| ^
invalid key
error: TOML parse error at line 119, column 12
|
119 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 3 errors (3 fixed, 0 remaining).
error: Failed to parse pages/Education/commodities_trading_locators.py:5:1: unindent does not match any outer indentation level
Found 1 error (1 fixed, 0 remaining).
error: TOML parse error at line 78, column 18
|
78 | target-version = "py36"
| ^^^^^^
unknown variant `py36`, expected one of `py37`, `py38`, `py39`, `py310`, `py311`
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
coredis/commands/function.py:37:12: TCH001 Move application import `coredis.client` into a type-checking block
Found 117 errors (116 fixed, 1 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 18 errors (18 fixed, 0 remaining).
warning: `M001` has been remapped to `RUF100`.
Found 6 errors (6 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 24 errors (24 fixed, 0 remaining).
pyproject.toml:25:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
error: TOML parse error at line 83, column 1
|
83 | extended-select=["ANN", "C4", "N", "SIM", "TCH"]
| ^^^^^^^^^^^^^^^
unknown field `extended-select`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 88 errors (88 fixed, 0 remaining).
src/df2img/df2img.py:6:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
src/df2img/df2img.py:9:8: TCH002 Move third-party import `pandas` into a type-checking block
Found 2 errors.
Found 2 errors (2 fixed, 0 remaining).
Found 7 errors (7 fixed, 0 remaining).
conftest.py:3:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
Found 1 error.
Found 42 errors (42 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
pages/_monkey_patch.py:5:49: TCH002 Move third-party import `modelbase.ode.integrators.int_scipy._IntegratorScipy` into a type-checking block
pages/_monkey_patch.py:6:30: TCH002 Move third-party import `modelbase.typing.ArrayLike` into a type-checking block
Found 2 errors.
Found 11 errors (11 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
airflow/models/__init__.py:118:37: TCH004 Move import `airflow.models.base.ID_LEN` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:118:45: TCH004 Move import `airflow.models.base.Base` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:119:45: TCH004 Move import `airflow.models.baseoperator.BaseOperator` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:119:59: TCH004 Move import `airflow.models.baseoperator.BaseOperatorLink` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:120:43: TCH004 Move import `airflow.models.connection.Connection` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:121:36: TCH004 Move import `airflow.models.dag.DAG` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:121:41: TCH004 Move import `airflow.models.dag.DagModel` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:121:51: TCH004 Move import `airflow.models.dag.DagTag` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:122:39: TCH004 Move import `airflow.models.dagbag.DagBag` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:123:42: TCH004 Move import `airflow.models.dagpickle.DagPickle` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:124:39: TCH004 Move import `airflow.models.dagrun.DagRun` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:125:52: TCH004 Move import `airflow.models.db_callback_request.DbCallbackRequest` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:126:39: TCH004 Move import `airflow.models.errors.ImportError` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:127:36: TCH004 Move import `airflow.models.log.Log` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:128:47: TCH004 Move import `airflow.models.mappedoperator.MappedOperator` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:129:41: TCH004 Move import `airflow.models.operator.Operator` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:130:38: TCH004 Move import `airflow.models.param.Param` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:131:37: TCH004 Move import `airflow.models.pool.Pool` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:132:49: TCH004 Move import `airflow.models.renderedtifields.RenderedTaskInstanceFields` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:133:42: TCH004 Move import `airflow.models.skipmixin.SkipMixin` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:134:40: TCH004 Move import `airflow.models.slamiss.SlaMiss` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:135:41: TCH004 Move import `airflow.models.taskfail.TaskFail` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:136:45: TCH004 Move import `airflow.models.taskinstance.TaskInstance` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:136:59: TCH004 Move import `airflow.models.taskinstance.clear_task_instances` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:137:47: TCH004 Move import `airflow.models.taskreschedule.TaskReschedule` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:138:40: TCH004 Move import `airflow.models.trigger.Trigger` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:139:41: TCH004 Move import `airflow.models.variable.Variable` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:140:37: TCH004 Move import `airflow.models.xcom.XCom` out of type-checking block. Import is used for more than type hinting.
airflow/serialization/serialized_objects.py:74:39: TCH004 Move import `kubernetes.client.models` out of type-checking block. Import is used for more than type hinting.
airflow/serialization/serialized_objects.py:76:54: TCH004 Move import `airflow.kubernetes.pod_generator.PodGenerator` out of type-checking block. Import is used for more than type hinting.
airflow/utils/mixins.py:28:12: TCH004 Move import `multiprocessing.context` out of type-checking block. Import is used for more than type hinting.
Found 693 errors (662 fixed, 31 remaining).
error: Failed to parse examples/api/statistics.py:53:2: inconsistent use of tabs and spaces in indentation
Fixed 38 errors:
- src/hera/events/models/eventsource.py:
2 × TCH001 (typing-only-first-party-import)
- src/hera/events/models/grpc/gateway/runtime.py:
1 × TCH001 (typing-only-first-party-import)
- src/hera/events/models/io/argoproj/events/v1alpha1.py:
2 × TCH001 (typing-only-first-party-import)
- src/hera/events/models/io/argoproj/workflow/v1alpha1.py:
4 × TCH001 (typing-only-first-party-import)
- src/hera/events/models/io/k8s/api/core/v1.py:
3 × TCH001 (typing-only-first-party-import)
- src/hera/events/models/io/k8s/api/policy/v1beta1.py:
2 × TCH001 (typing-only-first-party-import)
- src/hera/events/models/io/k8s/apimachinery/pkg/apis/meta/v1.py:
1 × TCH003 (typing-only-standard-library-import)
- src/hera/events/models/sensor.py:
2 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/_mixins.py:
1 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/cron_workflow.py:
1 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/models/eventsource.py:
2 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/models/grpc/gateway/runtime.py:
1 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/models/io/argoproj/events/v1alpha1.py:
2 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/models/io/argoproj/workflow/v1alpha1.py:
4 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/models/io/k8s/api/core/v1.py:
3 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/models/io/k8s/api/policy/v1beta1.py:
2 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/models/io/k8s/apimachinery/pkg/apis/meta/v1.py:
1 × TCH003 (typing-only-standard-library-import)
- src/hera/workflows/models/sensor.py:
2 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/task.py:
1 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/workflow.py:
1 × TCH003 (typing-only-standard-library-import)
Found 38 errors (38 fixed, 0 remaining).
Fixed 38 errors:
- src/hera/events/models/eventsource.py:
2 × TCH001 (typing-only-first-party-import)
- src/hera/events/models/grpc/gateway/runtime.py:
1 × TCH001 (typing-only-first-party-import)
- src/hera/events/models/io/argoproj/events/v1alpha1.py:
2 × TCH001 (typing-only-first-party-import)
- src/hera/events/models/io/argoproj/workflow/v1alpha1.py:
4 × TCH001 (typing-only-first-party-import)
- src/hera/events/models/io/k8s/api/core/v1.py:
3 × TCH001 (typing-only-first-party-import)
- src/hera/events/models/io/k8s/api/policy/v1beta1.py:
2 × TCH001 (typing-only-first-party-import)
- src/hera/events/models/io/k8s/apimachinery/pkg/apis/meta/v1.py:
1 × TCH003 (typing-only-standard-library-import)
- src/hera/events/models/sensor.py:
2 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/_mixins.py:
1 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/cron_workflow.py:
1 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/models/eventsource.py:
2 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/models/grpc/gateway/runtime.py:
1 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/models/io/argoproj/events/v1alpha1.py:
2 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/models/io/argoproj/workflow/v1alpha1.py:
4 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/models/io/k8s/api/core/v1.py:
3 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/models/io/k8s/api/policy/v1beta1.py:
2 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/models/io/k8s/apimachinery/pkg/apis/meta/v1.py:
1 × TCH003 (typing-only-standard-library-import)
- src/hera/workflows/models/sensor.py:
2 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/task.py:
1 × TCH001 (typing-only-first-party-import)
- src/hera/workflows/workflow.py:
1 × TCH003 (typing-only-standard-library-import)
Found 38 errors (38 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
fastapi_filter/base/filter.py:9:29: TCH002 Move third-party import `pydantic.fields.FieldInfo` into a type-checking block
Found 1 error.
error: TOML parse error at line 163, column 12
|
163 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 13 errors (13 fixed, 0 remaining).
error: Failed to parse asnakedeck/platform/linux/__init__.py:68:1: unindent does not match any outer indentation level
Found 4 errors (4 fixed, 0 remaining).
magnus/executor.py:13:26: TCH001 Move application import `magnus.graph.Graph` into a type-checking block
magnus/executor.py:14:26: TCH001 Move application import `magnus.nodes.BaseNode` into a type-checking block
magnus/utils.py:14:19: TCH003 Move standard library import `types.FunctionType` into a type-checking block
Found 3 errors.
Found 12 errors (12 fixed, 0 remaining).
Found 9 errors (9 fixed, 0 remaining).
Found 9 errors (9 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
Found 30 errors (30 fixed, 0 remaining).
langchain/document_loaders/discord.py:10:12: TCH004 Move import `pandas` out of type-checking block. Import is used for more than type hinting.
langchain/utilities/powerbi.py:20:39: TCH004 Move import `azure.core.exceptions.ClientAuthenticationError` out of type-checking block. Import is used for more than type hinting.
Found 112 errors (110 fixed, 2 remaining).
Found 22 errors (22 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
awswrangler/_arrow.py:3:8: TCH003 Move standard library import `datetime` into a type-checking block
awswrangler/distributed/ray/datasources/arrow_parquet_datasource.py:17:8: TCH002 Move third-party import `pyarrow.fs` into a type-checking block
awswrangler/distributed/ray/modin/s3/_write_dataset.py:4:8: TCH002 Move third-party import `boto3` into a type-checking block
awswrangler/distributed/ray/modin/s3/_write_parquet.py:7:8: TCH002 Move third-party import `pyarrow` into a type-checking block
awswrangler/redshift/_utils.py:9:8: TCH002 Move third-party import `botocore` into a type-checking block
awswrangler/s3/_write_deltalake.py:7:8: TCH002 Move third-party import `pyarrow` into a type-checking block
tests/unit/test_data_api.py:8:38: TCH001 Move application import `awswrangler.data_api.rds.RdsDataApi` into a type-checking block
tests/unit/test_data_api.py:9:43: TCH001 Move application import `awswrangler.data_api.redshift.RedshiftDataApi` into a type-checking block
Found 8 errors.
Found 4 errors (4 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 7 errors (7 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 10 errors (10 fixed, 0 remaining).
Found 11 errors (11 fixed, 0 remaining).
Found 11 errors (11 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 37 errors (37 fixed, 0 remaining).
Found 6 errors (6 fixed, 0 remaining).
Found 9 errors (9 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 6 errors (6 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 8 errors (8 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
error: TOML parse error at line 220, column 1
|
220 | pyupgrade = {keep-runtime-typing = true}
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
error: TOML parse error at line 138, column 12
|
138 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Fixed 4 errors:
- nbt_structure_utils/blocks.py:
1 × TCH003 (typing-only-standard-library-import)
- nbt_structure_utils/items.py:
1 × TCH003 (typing-only-standard-library-import)
- nbt_structure_utils/nbt_structure.py:
1 × TCH003 (typing-only-standard-library-import)
- nbt_structure_utils/shapes.py:
1 × TCH003 (typing-only-standard-library-import)
Found 4 errors (4 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
src/bentoml/_internal/context.py:17:12: TCH004 Move import `starlette.responses` out of type-checking block. Import is used for more than type hinting.
src/bentoml/grpc/types.py:16:45: TCH004 Move import `bentoml.grpc.v1.service_pb2.Request` out of type-checking block. Import is used for more than type hinting.
src/bentoml/grpc/types.py:17:45: TCH004 Move import `bentoml.grpc.v1.service_pb2.Response` out of type-checking block. Import is used for more than type hinting.
src/bentoml/grpc/types.py:18:50: TCH004 Move import `bentoml.grpc.v1.service_pb2_grpc.BentoServiceServicer` out of type-checking block. Import is used for more than type hinting.
src/bentoml/testing/grpc/__init__.py:27:28: TCH004 Move import `...grpc.v1.service_pb2` out of type-checking block. Import is used for more than type hinting.
src/bentoml/types.py:4:41: TCH004 Move import `._internal.models.model.ModelSignature` out of type-checking block. Import is used for more than type hinting.
src/bentoml/types.py:5:41: TCH004 Move import `._internal.models.model.ModelSignatureDict` out of type-checking block. Import is used for more than type hinting.
tests/unit/_internal/io/test_custom.py:18:33: TCH004 Move import `google.protobuf.wrappers_pb2` out of type-checking block. Import is used for more than type hinting.
Found 83 errors (75 fixed, 8 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
error: TOML parse error at line 106, column 12
|
106 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/modeling_flax_{{cookiecutter.lowercase_modelname}}.py:17:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/test_modeling_{{cookiecutter.lowercase_modelname}}.py:18:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/configuration_{{cookiecutter.lowercase_modelname}}.py:23:37: unexpected token '_PRETRAINED_CONFIG_ARCHIVE_MAP'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/to_replace_{{cookiecutter.lowercase_modelname}}.py:30:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/test_modeling_tf_{{cookiecutter.lowercase_modelname}}.py:16:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/modeling_tf_{{cookiecutter.lowercase_modelname}}.py:17:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/test_modeling_flax_{{cookiecutter.lowercase_modelname}}.py:16:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/__init__.py:19:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/modeling_{{cookiecutter.lowercase_modelname}}.py:17:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/tokenization_{{cookiecutter.lowercase_modelname}}.py:17:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/tokenization_fast_{{cookiecutter.lowercase_modelname}}.py:17:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_example_script/{{cookiecutter.directory_name}}/run_{{cookiecutter.example_shortcut}}.py:21:2: unexpected token '%'
error: Failed to parse templates/adding_a_missing_tokenization_test/cookiecutter-template-{{cookiecutter.modelname}}/test_tokenization_{{cookiecutter.lowercase_modelname}}.py:20:2: unexpected token '%'
src/transformers/__init__.py:4316:9: TCH004 Move import `.utils.is_flax_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4317:9: TCH004 Move import `.utils.is_keras_nlp_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4324:9: TCH004 Move import `.utils.is_sentencepiece_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4326:9: TCH004 Move import `.utils.is_speech_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4327:9: TCH004 Move import `.utils.is_tensorflow_text_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4328:9: TCH004 Move import `.utils.is_tf_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4330:9: TCH004 Move import `.utils.is_tokenizers_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4331:9: TCH004 Move import `.utils.is_torch_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4335:9: TCH004 Move import `.utils.is_vision_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4336:9: TCH004 Move import `.utils.logging` out of type-checking block. Import is used for more than type hinting.
Found 47 errors (37 fixed, 10 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 10 errors (10 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
error: TOML parse error at line 138, column 12
|
138 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
warning: `M` has been remapped to `RUF100`.
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 234 errors (234 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
error: Failed to parse third_party/libwebrtc/rtc_tools/metrics_plotter.py:65:19: unexpected token 'line'
error: Failed to parse third_party/libwebrtc/modules/audio_coding/audio_network_adaptor/parse_ana_dump.py:41:15: unexpected token "Invalid message in file"
error: Failed to parse third_party/libwebrtc/modules/video_coding/codecs/test/plot_webrtc_test_logs.py:245:15: unexpected token "Not a float, skipped %s"
error: Failed to parse third_party/libwebrtc/video/full_stack_tests_plot.py:461:19: unexpected token "Saving to"
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/CustomType.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/RustBufferTemplate.py:11:37: expected 'name', but got '{'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/TopLevelFunctionTemplate.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/MapTemplate.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/ErrorTemplate.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/EnumTemplate.py:7:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/ObjectTemplate.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/CallbackInterfaceTemplate.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/RecordTemplate.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/OptionalTemplate.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/wrapper.py:27:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/Types.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/SequenceTemplate.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/NamespaceLibraryTemplate.py:34:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/ExternalTemplate.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/macros.py:2:1: unexpected token '//'
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/scripts/fuse_gtest_files.py:93:11: unexpected token "ERROR: Cannot find %s in directory %s."
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/scripts/pump.py:249:11: unexpected token "ERROR: %s expected at %s."
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/scripts/upload.py:82:19: unexpected token ','
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/scripts/gen_gtest_pred_impl.py:306:9: unexpected token "Updating file %s . . ."
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/xcode/Scripts/versiongenerate.py:57:9: unexpected token "Usage: versiongenerate.py input_dir output_dir"
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/test/gtest_uninitialized_test.py:49:11: unexpected token "Expected: %s"
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/test/gtest_throw_on_failure_test.py:73:9: unexpected token "Running "%s". . ."
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/test/gtest_xml_output_unittest.py:166:19: unexpected token ','
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/test/gtest_env_var_test.py:50:11: unexpected token "Expected: %s"
error: Failed to parse dom/canvas/test/webgl-conf/checkout/conformance/ogles/process-ogles2-tests.py:15:10: unexpected token "Wrong Python Version !!!: Need >= 2.6"
error: Failed to parse dom/canvas/test/webgl-conf/checkout/deqp/build.py:140:15: unexpected token "The file "
error: Failed to parse dom/canvas/test/webgl-conf/checkout/deqp/genHTMLfromTest.py:13:8: unexpected token "Generating "
error: Failed to parse third_party/libwebrtc/examples/androidapp/start_loopback_stubbed_camera_saved_video_out.py:102:11: unexpected token 'extras'
error: Failed to parse toolkit/crashreporter/google-breakpad/src/tools/python/filter_syms.py:197:28: unexpected token ','
error: Failed to parse third_party/aom/tools/gen_constrained_tokenset.py:111:11: unexpected token "{"
error: Failed to parse third_party/aom/tools/intersect-diffs.py:74:15: unexpected token 'FormatDiffHunks'
error: Failed to parse third_party/aom/tools/lint-hunks.py:68:28: unexpected token ','
error: Failed to parse third_party/aom/test/visual_metrics.py:460:9: unexpected token 'FillForm'
error: Failed to parse third_party/python/python-hglib/examples/stats.py:29:7: unexpected token "%d revisions"
error: Failed to parse third_party/python/PyYAML/lib/yaml/constructor.py:173:29: unexpected token ','
error: Failed to parse third_party/python/PyYAML/lib/yaml/scanner.py:1421:34: unexpected token ','
error: Failed to parse third_party/python/PyYAML/lib/yaml/reader.py:168:42: unexpected token ','
error: Failed to parse third_party/python/PyYAML/lib/yaml/resolver.py:172:22: unexpected token """^(?:yes|Yes|YES|no|No|NO⏎...
error: Failed to parse media/libvpx/libvpx/test/android/scrape_gtest_log.py:25:11: unexpected token "Expects a file to write json to!"
error: Failed to parse media/libvpx/libvpx/test/android/get_files.py:41:11: unexpected token "Error reading "
error: Failed to parse third_party/python/rsa/create_timing_table.py:23:11: unexpected token "%5i bit: %9.3f sec. (%i iterations over %.1f seconds)"
error: Failed to parse third_party/python/ply/example/unicalc/calc.py:21:12: unexpected token "\+"
error: Failed to parse third_party/python/ply/example/GardenSnake/GardenSnake.py:159:11: unexpected token "Skipping"
Found 46 errors (46 fixed, 0 remaining).
Found 71 errors (71 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
blackboxopt/optimizers/staged/optimizer.py:23:53: TCH001 Move application import `blackboxopt.optimizers.staged.iteration.StagedIteration` into a type-checking block
Found 1 error.
fastapi_pytorch_postgresql_sandbox/conftest.py:8:22: TCH002 Move third-party import `aio_pika.Channel` into a type-checking block
fastapi_pytorch_postgresql_sandbox/conftest.py:9:26: TCH002 Move third-party import `aio_pika.abc.AbstractExchange` into a type-checking block
fastapi_pytorch_postgresql_sandbox/conftest.py:9:44: TCH002 Move third-party import `aio_pika.abc.AbstractQueue` into a type-checking block
fastapi_pytorch_postgresql_sandbox/conftest.py:10:27: TCH002 Move third-party import `aio_pika.pool.Pool` into a type-checking block
fastapi_pytorch_postgresql_sandbox/conftest.py:15:21: TCH002 Move third-party import `fastapi.FastAPI` into a type-checking block
fastapi_pytorch_postgresql_sandbox/deeplearning/architecture/screennet/ml_model.py:5:8: TCH003 Move standard library import `pathlib` into a type-checking block
fastapi_pytorch_postgresql_sandbox/deeplearning/architecture/screennet/ml_model.py:20:22: TCH002 Move third-party import `torch.nn.CrossEntropyLoss` into a type-checking block
fastapi_pytorch_postgresql_sandbox/deeplearning/architecture/screennet/ml_model.py:25:25: TCH002 Move third-party import `torch.optim.Adam` into a type-checking block
fastapi_pytorch_postgresql_sandbox/deeplearning/architecture/screennet/predictions.py:4:8: TCH003 Move standard library import `argparse` into a type-checking block
fastapi_pytorch_postgresql_sandbox/deeplearning/architecture/screennet/predictions.py:23:8: TCH002 Move third-party import `torchvision` into a type-checking block
fastapi_pytorch_postgresql_sandbox/deeplearning/common/devices.py:10:57: TCH001 Move application import `fastapi_pytorch_postgresql_sandbox.settings.Settings` into a type-checking block
fastapi_pytorch_postgresql_sandbox/deeplearning/common/errors.py:4:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
fastapi_pytorch_postgresql_sandbox/ml_client/clients/base/base_client.py:8:5: TCH001 Move application import `fastapi_pytorch_postgresql_sandbox.ml_client._http_client._HTTPClient` into a type-checking block
fastapi_pytorch_postgresql_sandbox/ml_client/clients/base/base_client.py:9:5: TCH001 Move application import `fastapi_pytorch_postgresql_sandbox.ml_client._http_client._HTTPClientAsync` into a type-checking block
fastapi_pytorch_postgresql_sandbox/tests/test_cli.py:5:8: TCH003 Move standard library import `argparse` into a type-checking block
fastapi_pytorch_postgresql_sandbox/utils/mlops.py:4:8: TCH003 Move standard library import `argparse` into a type-checking block
fastapi_pytorch_postgresql_sandbox/utils/mlops.py:5:16: TCH003 Move standard library import `io.BytesIO` into a type-checking block
fastapi_pytorch_postgresql_sandbox/utils/mlops.py:29:8: TCH002 Move third-party import `torch.utils.data.distributed` into a type-checking block
fastapi_pytorch_postgresql_sandbox/web/api/screennet/views.py:19:27: TCH002 Move third-party import `aio_pika.pool.Pool` into a type-checking block
tasks/ml_logger.py:75:5: TCH005 Found empty type-checking block
Found 20 errors.
Found 11 errors (11 fixed, 0 remaining).
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
error: TOML parse error at line 181, column 12
|
181 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 64 errors (64 fixed, 0 remaining).
Found 63 errors (63 fixed, 0 remaining).
Found 68 errors (68 fixed, 0 remaining).
Found 23 errors (23 fixed, 0 remaining).
Found 11 errors (11 fixed, 0 remaining).
Found 641 errors (641 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
error: TOML parse error at line 37, column 1
|
37 | <PACKAGE_NAME> = "<COMMAND_NAME>.cli:main"
| ^
invalid key
error: TOML parse error at line 37, column 1
|
37 | <PACKAGE_NAME> = "<COMMAND_NAME>.cli:main"
| ^
invalid key
error: TOML parse error at line 46, column 12
|
46 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 16 errors (16 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
warning: `RUF004` has been remapped to `B026`.
warning: `RUF004` has been remapped to `B026`.
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
error: Failed to lint tests: Is a directory (os error 21)
Caused by: Is a directory (os error 21)
error: Failed to lint paddle-stubs: Is a directory (os error 21)
Caused by: Is a directory (os error 21)
Found 1 error (1 fixed, 0 remaining).
error: TOML parse error at line 117, column 12
|
117 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 2 errors (2 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 7 errors (7 fixed, 0 remaining).
Found 607 errors (607 fixed, 0 remaining).
error: TOML parse error at line 41, column 1
|
41 | max-line-length = 120
| ^^^^^^^^^^^^^^^
unknown field `max-line-length`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
error: TOML parse error at line 31, column 1
|
31 | max-line-length = 120
| ^^^^^^^^^^^^^^^
unknown field `max-line-length`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 90 errors (90 fixed, 0 remaining).
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
Found 1 error (1 fixed, 0 remaining).
error: TOML parse error at line 100, column 12
|
100 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Fixed 1 error:
- docs/source/conf.py:
1 × TCH002 (typing-only-third-party-import)
Found 1 error (1 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 20 errors (20 fixed, 0 remaining).
error: TOML parse error at line 171, column 12
|
171 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 1 error (1 fixed, 0 remaining).
error: error parsing glob '/app/checkouts/climatepolicyradar/experiment-template/{{ cookiecutter.repo_name }}/__init__.py': nested alternate groups are not allowed
Found 1 error (1 fixed, 0 remaining).
error: TOML parse error at line 3, column 1
|
3 | update-check = true
| ^^^^^^^^^^^^
unknown field `update-check`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
error: TOML parse error at line 14, column 12
|
14 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 1 error (1 fixed, 0 remaining).
colour_datasets/loaders/__init__.py:5:26: TCH002 Move third-party import `colour.hints.Any` into a type-checking block
colour_datasets/loaders/abstract.py:14:26: TCH002 Move third-party import `colour.hints.Any` into a type-checking block
colour_datasets/loaders/abstract.py:16:37: TCH001 Move application import `colour_datasets.records.Record` into a type-checking block
colour_datasets/loaders/asano2015.py:29:26: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_datasets/loaders/asano2015.py:29:32: TCH002 Move third-party import `colour.hints.NDArrayFloat` into a type-checking block
colour_datasets/loaders/brendel2020.py:24:26: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_datasets/loaders/ebner1998.py:26:26: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_datasets/loaders/ebner1998.py:26:32: TCH002 Move third-party import `colour.hints.NDArrayFloat` into a type-checking block
colour_datasets/loaders/hung1995.py:26:26: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_datasets/loaders/jakob2019.py:23:26: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_datasets/loaders/jiang2013.py:28:26: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_datasets/loaders/karge2015.py:26:26: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_datasets/loaders/luo1997.py:38:26: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_datasets/loaders/luo1997.py:38:32: TCH002 Move third-party import `colour.hints.Tuple` into a type-checking block
colour_datasets/loaders/winquist2022.py:24:26: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_datasets/loaders/xrite2016.py:27:26: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_datasets/loaders/zhao2009.py:24:26: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_datasets/records/configuration.py:13:26: TCH002 Move third-party import `colour.hints.Any` into a type-checking block
colour_datasets/records/configuration.py:13:31: TCH002 Move third-party import `colour.hints.Callable` into a type-checking block
colour_datasets/records/configuration.py:13:41: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_datasets/records/zenodo.py:28:5: TCH002 Move third-party import `colour.hints.Any` into a type-checking block
colour_datasets/records/zenodo.py:29:5: TCH002 Move third-party import `colour.hints.Callable` into a type-checking block
colour_datasets/records/zenodo.py:30:5: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_datasets/records/zenodo.py:31:5: TCH002 Move third-party import `colour.hints.Generator` into a type-checking block
colour_datasets/records/zenodo.py:32:5: TCH002 Move third-party import `colour.hints.List` into a type-checking block
colour_datasets/utilities/common.py:23:26: TCH002 Move third-party import `colour.hints.Any` into a type-checking block
colour_datasets/utilities/common.py:23:31: TCH002 Move third-party import `colour.hints.Callable` into a type-checking block
colour_datasets/utilities/common.py:23:41: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_datasets/utilities/spreadsheet.py:16:8: TCH002 Move third-party import `xlrd` into a type-checking block
colour_datasets/utilities/spreadsheet.py:18:26: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_datasets/utilities/spreadsheet.py:18:32: TCH002 Move third-party import `colour.hints.List` into a type-checking block
Found 31 errors.
colour_hdri/__init__.py:32:26: TCH002 Move third-party import `colour.hints.Any` into a type-checking block
colour_hdri/calibration/absolute_luminance.py:25:26: TCH002 Move third-party import `colour.hints.ArrayLike` into a type-checking block
colour_hdri/calibration/absolute_luminance.py:25:37: TCH002 Move third-party import `colour.hints.NDArrayFloat` into a type-checking block
colour_hdri/calibration/debevec1997.py:30:5: TCH002 Move third-party import `colour.hints.Any` into a type-checking block
colour_hdri/calibration/debevec1997.py:31:5: TCH002 Move third-party import `colour.hints.ArrayLike` into a type-checking block
colour_hdri/calibration/debevec1997.py:32:5: TCH002 Move third-party import `colour.hints.Callable` into a type-checking block
colour_hdri/calibration/debevec1997.py:33:5: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_hdri/calibration/debevec1997.py:34:5: TCH002 Move third-party import `colour.hints.NDArrayFloat` into a type-checking block
colour_hdri/calibration/debevec1997.py:35:5: TCH002 Move third-party import `colour.hints.Tuple` into a type-checking block
colour_hdri/calibration/debevec1997.py:42:35: TCH001 Move application import `colour_hdri.utilities.ImageStack` into a type-checking block
colour_hdri/calibration/tests/test_debevec1997.py:13:26: TCH002 Move third-party import `colour.hints.List` into a type-checking block
colour_hdri/exposure/common.py:25:26: TCH002 Move third-party import `colour.hints.ArrayLike` into a type-checking block
colour_hdri/exposure/common.py:25:37: TCH002 Move third-party import `colour.hints.NDArrayFloat` into a type-checking block
colour_hdri/exposure/dsc.py:27:26: TCH002 Move third-party import `colour.hints.ArrayLike` into a type-checking block
colour_hdri/exposure/dsc.py:27:37: TCH002 Move third-party import `colour.hints.NDArrayFloat` into a type-checking block
colour_hdri/generation/hdri.py:28:26: TCH002 Move third-party import `colour.hints.ArrayLike` into a type-checking block
colour_hdri/generation/hdri.py:28:37: TCH002 Move third-party import `colour.hints.Callable` into a type-checking block
colour_hdri/generation/hdri.py:28:47: TCH002 Move third-party import `colour.hints.NDArrayFloat` into a type-checking block
colour_hdri/generation/hdri.py:32:35: TCH001 Move application import `colour_hdri.utilities.ImageStack` into a type-checking block
colour_hdri/generation/tests/test_hdri.py:11:26: TCH002 Move third-party import `colour.hints.List` into a type-checking block
colour_hdri/generation/weighting_functions.py:23:26: TCH002 Move third-party import `colour.hints.ArrayLike` into a type-checking block
colour_hdri/generation/weighting_functions.py:23:37: TCH002 Move third-party import `colour.hints.NDArrayFloat` into a type-checking block
colour_hdri/models/datasets/dng.py:29:26: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_hdri/models/datasets/dng.py:29:32: TCH002 Move third-party import `colour.hints.NDArrayFloat` into a type-checking block
colour_hdri/models/dng.py:122:26: TCH002 Move third-party import `colour.hints.ArrayLike` into a type-checking block
colour_hdri/models/dng.py:122:37: TCH002 Move third-party import `colour.hints.Literal` into a type-checking block
colour_hdri/models/dng.py:122:46: TCH002 Move third-party import `colour.hints.NDArrayFloat` into a type-checking block
colour_hdri/models/rgb.py:16:26: TCH002 Move third-party import `colour.hints.ArrayLike` into a type-checking block
colour_hdri/models/rgb.py:16:37: TCH002 Move third-party import `colour.hints.NDArrayFloat` into a type-checking block
colour_hdri/models/tests/test_adobe_dng.py:16:26: TCH002 Move third-party import `colour.hints.NDArrayFloat` into a type-checking block
colour_hdri/plotting/hdri.py:16:26: TCH002 Move third-party import `colour.hints.Any` into a type-checking block
colour_hdri/plotting/hdri.py:16:31: TCH002 Move third-party import `colour.hints.ArrayLike` into a type-checking block
colour_hdri/plotting/hdri.py:16:42: TCH002 Move third-party import `colour.hints.Callable` into a type-checking block
colour_hdri/plotting/hdri.py:16:52: TCH002 Move third-party import `colour.hints.Tuple` into a type-checking block
colour_hdri/plotting/tonemapping.py:16:26: TCH002 Move third-party import `colour.hints.Any` into a type-checking block
colour_hdri/plotting/tonemapping.py:16:31: TCH002 Move third-party import `colour.hints.ArrayLike` into a type-checking block
colour_hdri/plotting/tonemapping.py:16:42: TCH002 Move third-party import `colour.hints.Callable` into a type-checking block
colour_hdri/plotting/tonemapping.py:16:52: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_hdri/plotting/tonemapping.py:16:58: TCH002 Move third-party import `colour.hints.Tuple` into a type-checking block
colour_hdri/process/dng.py:23:26: TCH002 Move third-party import `colour.hints.Callable` into a type-checking block
colour_hdri/process/dng.py:23:36: TCH002 Move third-party import `colour.hints.List` into a type-checking block
colour_hdri/process/dng.py:23:42: TCH002 Move third-party import `colour.hints.Mapping` into a type-checking block
colour_hdri/process/dng.py:23:51: TCH002 Move third-party import `colour.hints.Sequence` into a type-checking block
colour_hdri/process/dng.py:23:61: TCH002 Move third-party import `colour.hints.Tuple` into a type-checking block
colour_hdri/process/tests/test_dng.py:15:26: TCH002 Move third-party import `colour.hints.List` into a type-checking block
colour_hdri/recovery/highlights.py:27:26: TCH002 Move third-party import `colour.hints.ArrayLike` into a type-checking block
colour_hdri/recovery/highlights.py:27:37: TCH002 Move third-party import `colour.hints.NDArrayFloat` into a type-checking block
colour_hdri/recovery/tests/test_recovery.py:17:26: TCH002 Move third-party import `colour.hints.List` into a type-checking block
colour_hdri/recovery/tests/test_recovery.py:17:32: TCH002 Move third-party import `colour.hints.NDArrayFloat` into a type-checking block
colour_hdri/sampling/grossberg2003.py:23:26: TCH002 Move third-party import `colour.hints.ArrayLike` into a type-checking block
colour_hdri/sampling/grossberg2003.py:23:37: TCH002 Move third-party import `colour.hints.NDArrayFloat` into a type-checking block
colour_hdri/sampling/tests/test_grossberg2003.py:13:26: TCH002 Move third-party import `colour.hints.List` into a type-checking block
colour_hdri/utilities/common.py:14:26: TCH002 Move third-party import `colour.hints.Dict` into a type-checking block
colour_hdri/utilities/common.py:14:32: TCH002 Move third-party import `colour.hints.List` into a type-checking block
colour_hdri/utilities/common.py:14:38: TCH002 Move third-party import `colour.hints.Sequence` into a type-checking block
colour_hdri/utilities/exif.py:23:25: TCH003 Move standard library import `collections.defaultdict` into a type-checking block
colour_hdri/utilities/exif.py:28:5: TCH002 Move third-party import `colour.hints.DTypeFloat` into a type-checking block
colour_hdri/utilities/exif.py:29:5: TCH002 Move third-party import `colour.hints.DTypeReal` into a type-checking block
colour_hdri/utilities/exif.py:30:5: TCH002 Move third-party import `colour.hints.List` into a type-checking block
colour_hdri/utilities/exif.py:31:5: TCH002 Move third-party import `colour.hints.NDArray` into a type-checking block
colour_hdri/utilities/exif.py:32:5: TCH002 Move third-party import `colour.hints.Real` into a type-checking block
colour_hdri/utilities/exif.py:33:5: TCH002 Move third-party import `colour.hints.Sequence` into a type-checking block
colour_hdri/utilities/exif.py:34:5: TCH002 Move third-party import `colour.hints.SupportsIndex` into a type-checking block
colour_hdri/utilities/exif.py:35:5: TCH002 Move third-party import `colour.hints.Type` into a type-checking block
Found 64 errors.
colour/adaptation/__init__.py:29:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/adaptation/__init__.py:29:31: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/adaptation/__init__.py:29:42: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/adaptation/__init__.py:29:51: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/adaptation/cie1994.py:23:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/adaptation/cie1994.py:23:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/adaptation/cmccat2000.py:30:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/adaptation/cmccat2000.py:30:37: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/adaptation/cmccat2000.py:30:46: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/adaptation/datasets/cat.py:78:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/adaptation/fairchild1990.py:24:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/adaptation/fairchild1990.py:24:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/adaptation/vonkries.py:23:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/adaptation/vonkries.py:23:37: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/adaptation/vonkries.py:23:46: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/algebra/coordinates/transformations.py:36:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/algebra/coordinates/transformations.py:36:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/algebra/prng.py:21:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/algebra/prng.py:21:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/algebra/regression.py:22:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/algebra/regression.py:22:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/algebra/tests/test_prng.py:19:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/appearance/atd95.py:33:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/appearance/atd95.py:33:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/appearance/cam16.py:52:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/appearance/cam16.py:52:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/appearance/ciecam16.py:51:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/appearance/ciecam16.py:51:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/appearance/hellwig2022.py:51:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/appearance/hellwig2022.py:51:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/appearance/hellwig2022.py:51:51: TCH001 Move application import `colour.hints.Tuple` into a type-checking block
colour/appearance/hke.py:31:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/appearance/hke.py:31:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/appearance/hke.py:31:51: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/appearance/kim2009.py:40:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/appearance/kim2009.py:40:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/appearance/rlab.py:28:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/appearance/rlab.py:28:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/appearance/zcam.py:41:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/appearance/zcam.py:41:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/biochemistry/michaelis_menten.py:30:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/biochemistry/michaelis_menten.py:30:31: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/biochemistry/michaelis_menten.py:30:42: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/biochemistry/michaelis_menten.py:30:56: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/blindness/machado2009.py:35:37: TCH001 Move application import `colour.characterisation.RGB_DisplayPrimaries` into a type-checking block
colour/blindness/machado2009.py:41:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/blindness/machado2009.py:41:37: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/blindness/machado2009.py:41:46: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/characterisation/cameras.py:19:31: TCH001 Move application import `colour.continuous.MultiSignals` into a type-checking block
colour/characterisation/cameras.py:19:45: TCH001 Move application import `colour.continuous.Signal` into a type-checking block
colour/characterisation/correction.py:74:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/characterisation/correction.py:74:37: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/characterisation/correction.py:74:42: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/characterisation/correction.py:74:51: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/characterisation/datasets/colour_checkers/chromaticity_coordinates.py:57:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/characterisation/displays.py:20:31: TCH001 Move application import `colour.continuous.MultiSignals` into a type-checking block
colour/characterisation/displays.py:20:45: TCH001 Move application import `colour.continuous.Signal` into a type-checking block
colour/characterisation/tests/test_correction.py:29:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/colorimetry/blackbody.py:28:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/colorimetry/blackbody.py:28:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/colorimetry/cmfs.py:24:31: TCH001 Move application import `colour.continuous.MultiSignals` into a type-checking block
colour/colorimetry/cmfs.py:24:45: TCH001 Move application import `colour.continuous.Signal` into a type-checking block
colour/colorimetry/correction.py:29:32: TCH001 Move application import `colour.colorimetry.SpectralDistribution` into a type-checking block
colour/colorimetry/correction.py:30:26: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/colorimetry/dominant.py:42:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/colorimetry/dominant.py:42:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/colorimetry/dominant.py:42:51: TCH001 Move application import `colour.hints.Tuple` into a type-checking block
colour/colorimetry/generation.py:46:5: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/colorimetry/generation.py:47:5: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/colorimetry/generation.py:48:5: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/colorimetry/generation.py:49:5: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/colorimetry/generation.py:50:5: TCH001 Move application import `colour.hints.Sequence` into a type-checking block
colour/colorimetry/illuminants.py:38:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/colorimetry/illuminants.py:38:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/colorimetry/lefs.py:23:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/colorimetry/lefs.py:23:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/colorimetry/lefs.py:23:51: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/colorimetry/lightness.py:72:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/colorimetry/lightness.py:72:31: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/colorimetry/lightness.py:72:42: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/colorimetry/lightness.py:72:56: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/colorimetry/luminance.py:73:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/colorimetry/luminance.py:73:31: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/colorimetry/luminance.py:73:42: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/colorimetry/luminance.py:73:56: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/colorimetry/tests/test_blackbody.py:17:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/colorimetry/tests/test_illuminants.py:16:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/colorimetry/tests/test_tristimulus_values.py:44:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/colorimetry/tests/test_uniformity.py:10:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/colorimetry/transformations.py:44:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/colorimetry/transformations.py:44:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/colorimetry/uniformity.py:25:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/colorimetry/uniformity.py:25:40: TCH001 Move application import `colour.hints.Sequence` into a type-checking block
colour/colorimetry/whiteness.py:47:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/colorimetry/whiteness.py:47:31: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/colorimetry/whiteness.py:47:42: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/colorimetry/whiteness.py:47:51: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/colorimetry/yellowness.py:37:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/colorimetry/yellowness.py:37:31: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/colorimetry/yellowness.py:37:42: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/colorimetry/yellowness.py:37:56: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/continuous/abstract.py:18:5: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/continuous/abstract.py:19:5: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/continuous/abstract.py:20:5: TCH001 Move application import `colour.hints.Callable` into a type-checking block
colour/continuous/abstract.py:21:5: TCH001 Move application import `colour.hints.DTypeFloat` into a type-checking block
colour/continuous/abstract.py:22:5: TCH001 Move application import `colour.hints.Generator` into a type-checking block
colour/continuous/abstract.py:23:5: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/continuous/abstract.py:24:5: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/continuous/abstract.py:25:5: TCH001 Move application import `colour.hints.ProtocolExtrapolator` into a type-checking block
colour/continuous/abstract.py:26:5: TCH001 Move application import `colour.hints.ProtocolInterpolator` into a type-checking block
colour/continuous/abstract.py:27:5: TCH001 Move application import `colour.hints.Real` into a type-checking block
colour/continuous/abstract.py:28:5: TCH001 Move application import `colour.hints.Self` into a type-checking block
colour/continuous/abstract.py:29:5: TCH001 Move application import `colour.hints.Type` into a type-checking block
colour/contrast/__init__.py:21:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/contrast/__init__.py:21:40: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/contrast/barten1999.py:33:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/contrast/barten1999.py:33:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/corresponding/prediction.py:55:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/corresponding/prediction.py:55:31: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/corresponding/prediction.py:55:42: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/corresponding/prediction.py:55:51: TCH001 Move application import `colour.hints.Tuple` into a type-checking block
colour/corresponding/tests/test_prediction.py:20:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/difference/__init__.py:37:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/difference/__init__.py:37:31: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/difference/__init__.py:37:42: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/difference/__init__.py:37:56: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/difference/cam02_ucs.py:24:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/difference/cam02_ucs.py:24:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/difference/delta_e.py:47:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/difference/delta_e.py:47:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/difference/din99.py:20:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/difference/din99.py:20:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/difference/huang2015.py:26:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/difference/huang2015.py:26:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/difference/huang2015.py:26:51: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/difference/stress.py:26:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/difference/stress.py:26:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/difference/stress.py:26:51: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/geometry/intersection.py:28:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/geometry/intersection.py:28:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/geometry/primitives.py:26:5: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/geometry/primitives.py:27:5: TCH001 Move application import `colour.hints.DTypeFloat` into a type-checking block
colour/geometry/primitives.py:28:5: TCH001 Move application import `colour.hints.DTypeInt` into a type-checking block
colour/geometry/primitives.py:29:5: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/geometry/primitives.py:30:5: TCH001 Move application import `colour.hints.NDArray` into a type-checking block
colour/geometry/primitives.py:31:5: TCH001 Move application import `colour.hints.Tuple` into a type-checking block
colour/geometry/primitives.py:32:5: TCH001 Move application import `colour.hints.Type` into a type-checking block
colour/geometry/vertices.py:21:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/geometry/vertices.py:21:31: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/geometry/vertices.py:21:42: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/geometry/vertices.py:21:51: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/io/luts/__init__.py:18:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/io/luts/__init__.py:18:31: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/io/luts/cinespace_csp.py:22:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/io/luts/cinespace_csp.py:22:37: TCH001 Move application import `colour.hints.List` into a type-checking block
colour/io/luts/cinespace_csp.py:22:43: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/io/luts/tests/test_lut.py:22:5: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/io/luts/tests/test_lut.py:23:5: TCH001 Move application import `colour.hints.Callable` into a type-checking block
colour/io/luts/tests/test_lut.py:24:5: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/io/luts/tests/test_lut.py:25:5: TCH001 Move application import `colour.hints.ProtocolInterpolator` into a type-checking block
colour/io/luts/tests/test_lut.py:26:5: TCH001 Move application import `colour.hints.Type` into a type-checking block
colour/io/luts/tests/test_sequence.py:17:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/io/luts/tests/test_sequence.py:17:31: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/io/luts/tests/test_sequence.py:17:42: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/io/ocio.py:15:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/io/ocio.py:15:31: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/io/ocio.py:15:42: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/io/tests/test_uprtek_sekonic.py:11:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/io/tm2714.py:25:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/io/tm2714.py:25:31: TCH001 Move application import `colour.hints.Callable` into a type-checking block
colour/io/tm2714.py:25:41: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/io/xrite.py:16:26: TCH001 Move application import `colour.hints.Dict` into a type-checking block
colour/models/cie_lab.py:26:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/cie_lab.py:26:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/cie_luv.py:39:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/cie_luv.py:39:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/cie_ucs.py:26:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/cie_ucs.py:26:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/cie_uvw.py:21:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/cie_uvw.py:21:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/cie_xyy.py:29:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/cie_xyy.py:29:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/common.py:25:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/common.py:25:37: TCH001 Move application import `colour.hints.Callable` into a type-checking block
colour/models/common.py:25:47: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/datasets/macadam_ellipses.py:23:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/datasets/pointer_gamut.py:18:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/din99.py:30:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/din99.py:30:37: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/models/din99.py:30:46: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/hdr_cie_lab.py:35:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/hdr_cie_lab.py:35:37: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/models/hdr_cie_lab.py:35:46: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/hdr_ipt.py:35:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/hdr_ipt.py:35:37: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/models/hdr_ipt.py:35:46: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/hunter_lab.py:26:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/hunter_lab.py:26:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/hunter_rdab.py:21:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/hunter_rdab.py:21:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/icacb.py:20:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/icacb.py:20:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/ipt.py:27:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/ipt.py:27:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/jzazbz.py:29:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/jzazbz.py:29:37: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/models/jzazbz.py:29:46: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/oklab.py:24:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/oklab.py:24:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/osa_ucs.py:27:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/osa_ucs.py:27:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/prolab.py:22:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/prolab.py:22:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/ragoo2021.py:26:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/ragoo2021.py:26:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/cmyk.py:28:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/cmyk.py:28:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/common.py:11:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/common.py:11:37: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/models/rgb/common.py:11:46: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/aces.py:59:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/adobe_rgb_1998.py:21:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/adobe_wide_gamut_rgb.py:22:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/apple_rgb.py:21:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/arri.py:25:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/best_rgb.py:21:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/beta_rgb.py:22:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/blackmagic_design.py:21:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/canon_cinema_gamut.py:22:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/cie_rgb.py:23:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/color_match_rgb.py:22:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/davinci_wide_gamut.py:24:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/dcdm_xyz.py:22:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/dci_p3.py:33:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/display_p3.py:21:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/dji_d_gamut.py:22:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/don_rgb_4.py:21:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/ebu_3213_e.py:20:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/eci_rgb_v2.py:27:5: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/datasets/eci_rgb_v2.py:28:5: TCH001 Move application import `colour.hints.Callable` into a type-checking block
colour/models/rgb/datasets/eci_rgb_v2.py:29:5: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/ekta_space_ps5.py:21:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/filmlight_e_gamut.py:20:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/fujifilm_f_gamut.py:17:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/gopro.py:32:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/itur_bt_2020.py:24:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/itur_bt_470.py:25:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/itur_bt_709.py:24:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/itut_h_273.py:23:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/max_rgb.py:21:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/nikon_n_gamut.py:19:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/ntsc.py:25:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/p3_d65.py:16:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/pal_secam.py:20:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/panasonic_v_gamut.py:21:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/red.py:33:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/rimm_romm_rgb.py:26:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/russell_rgb.py:21:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/sharp.py:28:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/smpte_240m.py:23:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/smpte_c.py:23:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/sony.py:51:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/srgb.py:29:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/datasets/xtreme_rgb.py:21:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/derivation.py:31:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/derivation.py:31:37: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/models/rgb/derivation.py:31:46: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/derivation.py:31:60: TCH001 Move application import `colour.hints.Tuple` into a type-checking block
colour/models/rgb/hanbury2003.py:23:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/hanbury2003.py:23:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/ictcp.py:34:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/ictcp.py:34:37: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/models/rgb/ictcp.py:34:46: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/prismatic.py:21:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/prismatic.py:21:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/aces.py:54:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/aces.py:54:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/aces.py:54:51: TCH001 Move application import `colour.hints.NDArrayInt` into a type-checking block
colour/models/rgb/transfer_functions/aces.py:54:63: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/models/rgb/transfer_functions/arib_std_b67.py:24:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/arib_std_b67.py:24:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/arri.py:24:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/arri.py:24:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/arri.py:24:51: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/models/rgb/transfer_functions/blackmagic_design.py:21:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/blackmagic_design.py:21:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/canon.py:35:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/canon.py:35:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/cineon.py:22:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/cineon.py:22:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/common.py:12:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/common.py:12:37: TCH001 Move application import `colour.hints.NDArrayReal` into a type-checking block
colour/models/rgb/transfer_functions/davinci_intermediate.py:23:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/davinci_intermediate.py:23:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/dcdm.py:27:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/dcdm.py:27:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/dcdm.py:27:51: TCH001 Move application import `colour.hints.NDArrayReal` into a type-checking block
colour/models/rgb/transfer_functions/dicom_gsdf.py:30:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/dicom_gsdf.py:30:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/dicom_gsdf.py:30:51: TCH001 Move application import `colour.hints.NDArrayReal` into a type-checking block
colour/models/rgb/transfer_functions/dji_d_log.py:22:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/dji_d_log.py:22:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/exponent.py:23:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/exponent.py:23:37: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/models/rgb/transfer_functions/exponent.py:23:46: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/filmic_pro.py:21:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/filmic_pro.py:21:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/filmlight_t_log.py:20:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/filmlight_t_log.py:20:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/fujifilm_f_log.py:24:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/fujifilm_f_log.py:24:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/gamma.py:16:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/gamma.py:16:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/gamma.py:16:51: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/models/rgb/transfer_functions/gopro.py:22:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/gopro.py:22:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/itur_bt_1886.py:25:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/itur_bt_1886.py:25:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/itur_bt_2020.py:26:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/itur_bt_2020.py:26:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/itur_bt_2100.py:59:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/itur_bt_2100.py:59:37: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/models/rgb/transfer_functions/itur_bt_2100.py:59:46: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/itur_bt_601.py:26:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/itur_bt_601.py:26:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/itur_bt_709.py:23:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/itur_bt_709.py:23:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/leica_l_log.py:22:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/leica_l_log.py:22:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/linear.py:13:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/linear.py:13:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/nikon_n_log.py:23:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/nikon_n_log.py:23:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/panalog.py:22:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/panalog.py:22:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/panasonic_v_log.py:21:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/panasonic_v_log.py:21:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/pivoted_log.py:22:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/pivoted_log.py:22:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/red.py:41:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/red.py:41:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/red.py:41:51: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/models/rgb/transfer_functions/rimm_romm_rgb.py:31:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/rimm_romm_rgb.py:31:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/rimm_romm_rgb.py:31:51: TCH001 Move application import `colour.hints.NDArrayReal` into a type-checking block
colour/models/rgb/transfer_functions/smpte_240m.py:25:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/smpte_240m.py:25:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/sony.py:30:5: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/sony.py:31:5: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/srgb.py:31:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/srgb.py:31:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/st_2084.py:28:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/st_2084.py:28:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/transfer_functions/viper_log.py:22:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/transfer_functions/viper_log.py:22:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/rgb/ycocg.py:23:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/rgb/ycocg.py:23:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/models/yrg.py:24:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/models/yrg.py:24:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/notation/css_color_3.py:17:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/notation/hexadecimal.py:16:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/notation/hexadecimal.py:16:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/notation/hexadecimal.py:16:51: TCH001 Move application import `colour.hints.NDArrayStr` into a type-checking block
colour/notation/tests/test_munsell.py:11:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/phenomena/rayleigh.py:32:26: TCH001 Move application import `colour.hints.Callable` into a type-checking block
colour/phenomena/rayleigh.py:32:36: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/phenomena/rayleigh.py:32:47: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/plotting/blindness.py:12:8: TCH002 Move third-party import `matplotlib.pyplot` into a type-checking block
colour/plotting/characterisation.py:14:8: TCH002 Move third-party import `matplotlib.pyplot` into a type-checking block
colour/plotting/characterisation.py:16:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/plotting/characterisation.py:16:31: TCH001 Move application import `colour.hints.Dict` into a type-checking block
colour/plotting/characterisation.py:16:37: TCH001 Move application import `colour.hints.Sequence` into a type-checking block
colour/plotting/characterisation.py:16:47: TCH001 Move application import `colour.hints.Tuple` into a type-checking block
colour/plotting/characterisation.py:17:37: TCH001 Move application import `colour.characterisation.ColourChecker` into a type-checking block
colour/plotting/common.py:38:32: TCH002 Move third-party import `matplotlib.patches.Patch` into a type-checking block
colour/plotting/corresponding.py:12:8: TCH002 Move third-party import `matplotlib.pyplot` into a type-checking block
colour/plotting/diagrams.py:18:8: TCH002 Move third-party import `matplotlib.pyplot` into a type-checking block
colour/plotting/graph.py:17:26: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/plotting/models.py:45:8: TCH002 Move third-party import `matplotlib.pyplot` into a type-checking block
colour/plotting/notation.py:13:8: TCH002 Move third-party import `matplotlib.pyplot` into a type-checking block
colour/plotting/notation.py:16:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/plotting/notation.py:16:31: TCH001 Move application import `colour.hints.Callable` into a type-checking block
colour/plotting/notation.py:16:41: TCH001 Move application import `colour.hints.Dict` into a type-checking block
colour/plotting/notation.py:16:47: TCH001 Move application import `colour.hints.Sequence` into a type-checking block
colour/plotting/notation.py:16:57: TCH001 Move application import `colour.hints.Tuple` into a type-checking block
colour/plotting/quality.py:15:8: TCH002 Move third-party import `matplotlib.pyplot` into a type-checking block
colour/plotting/section.py:15:8: TCH002 Move third-party import `matplotlib.pyplot` into a type-checking block
colour/plotting/temperature.py:18:8: TCH002 Move third-party import `matplotlib.pyplot` into a type-checking block
colour/plotting/tm3018/components.py:34:28: TCH001 Move application import `colour.quality.ColourQuality_Specification_ANSIIESTM3018` into a type-checking block
colour/quality/__init__.py:3:32: TCH001 Move application import `colour.colorimetry.SpectralDistribution` into a type-checking block
colour/quality/__init__.py:4:26: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/quality/ssi.py:23:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/quality/tm3018.py:23:32: TCH001 Move application import `colour.colorimetry.SpectralDistribution` into a type-checking block
colour/recovery/__init__.py:25:32: TCH001 Move application import `colour.colorimetry.SpectralDistribution` into a type-checking block
colour/recovery/__init__.py:26:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/recovery/__init__.py:26:31: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/recovery/__init__.py:26:42: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/recovery/datasets/dyer2017.py:19:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/recovery/datasets/mallett2019.py:20:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/recovery/datasets/otsu2018.py:20:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/recovery/jakob2019.py:39:5: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/recovery/jakob2019.py:40:5: TCH001 Move application import `colour.hints.Callable` into a type-checking block
colour/recovery/jakob2019.py:41:5: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/recovery/jakob2019.py:42:5: TCH001 Move application import `colour.hints.Tuple` into a type-checking block
colour/recovery/mallett2019.py:29:27: TCH001 Move application import `colour.models.RGB_Colourspace` into a type-checking block
colour/recovery/mallett2019.py:30:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/recovery/mallett2019.py:30:37: TCH001 Move application import `colour.hints.Callable` into a type-checking block
colour/recovery/smits1999.py:17:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/recovery/smits1999.py:17:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/temperature/__init__.py:44:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/temperature/__init__.py:44:31: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/temperature/__init__.py:44:42: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/temperature/__init__.py:44:56: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/temperature/cie_d.py:29:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/temperature/cie_d.py:29:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/temperature/hernandez1999.py:30:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/temperature/hernandez1999.py:30:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/temperature/kang2002.py:27:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/temperature/kang2002.py:27:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/temperature/krystek1985.py:27:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/temperature/krystek1985.py:27:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/temperature/mccamy1992.py:28:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/temperature/mccamy1992.py:28:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/temperature/ohno2013.py:31:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/temperature/ohno2013.py:31:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/temperature/planck1900.py:29:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/temperature/planck1900.py:29:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/temperature/robertson1968.py:46:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/temperature/robertson1968.py:46:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/utilities/__init__.py:5:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/utilities/callback.py:14:5: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/utilities/callback.py:15:5: TCH001 Move application import `colour.hints.Callable` into a type-checking block
colour/utilities/callback.py:16:5: TCH001 Move application import `colour.hints.List` into a type-checking block
colour/utilities/common.py:1479:16: TCH003 Move standard library import `array` into a type-checking block
colour/utilities/deprecation.py:16:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/utilities/deprecation.py:16:31: TCH001 Move application import `colour.hints.ModuleType` into a type-checking block
colour/utilities/metrics.py:25:5: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/utilities/metrics.py:26:5: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/utilities/metrics.py:27:5: TCH001 Move application import `colour.hints.Real` into a type-checking block
colour/utilities/metrics.py:28:5: TCH001 Move application import `colour.hints.Tuple` into a type-checking block
colour/utilities/tests/test_common.py:12:26: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/utilities/tests/test_common.py:12:31: TCH001 Move application import `colour.hints.Real` into a type-checking block
colour/utilities/tests/test_common.py:12:37: TCH001 Move application import `colour.hints.Tuple` into a type-checking block
colour/volume/datasets/optimal_colour_stimuli.py:32:26: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/volume/macadam_limits.py:13:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/volume/macadam_limits.py:13:37: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/volume/macadam_limits.py:13:46: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/volume/mesh.py:13:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/volume/mesh.py:13:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/volume/pointer_gamut.py:10:26: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/volume/pointer_gamut.py:10:37: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/volume/rgb.py:23:5: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/volume/rgb.py:24:5: TCH001 Move application import `colour.hints.Callable` into a type-checking block
colour/volume/rgb.py:25:5: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/volume/rgb.py:26:5: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
colour/volume/spectrum.py:36:5: TCH001 Move application import `colour.hints.Any` into a type-checking block
colour/volume/spectrum.py:37:5: TCH001 Move application import `colour.hints.ArrayLike` into a type-checking block
colour/volume/spectrum.py:38:5: TCH001 Move application import `colour.hints.Literal` into a type-checking block
colour/volume/spectrum.py:39:5: TCH001 Move application import `colour.hints.NDArrayFloat` into a type-checking block
Found 459 errors.
Found 3 errors (3 fixed, 0 remaining).
Found 56 errors (56 fixed, 0 remaining).
Found 6 errors (6 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 22 errors (22 fixed, 0 remaining).
Found 11 errors (11 fixed, 0 remaining).
Found 7 errors (7 fixed, 0 remaining).
Found 24 errors (24 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 33 errors (33 fixed, 0 remaining).
Found 10 errors (10 fixed, 0 remaining).
Found 14 errors (14 fixed, 0 remaining).
pyproject.toml:7:12: RUF200 Failed to parse pyproject.toml: invalid type: string "Youcef", expected a table with 'name' and 'email' keys
Found 1 error.
error: Required version `0.0.255` does not match the running version `0.0.270`
Found 35 errors (35 fixed, 0 remaining).
Found 21 errors (21 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 17 errors (17 fixed, 0 remaining).
warning: `M` has been remapped to `RUF100`.
Found 75 errors (75 fixed, 0 remaining).
Found 47 errors (47 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 18 errors (18 fixed, 0 remaining).
Found 13 errors (13 fixed, 0 remaining).
bloom/infra/database/database_manager.py:6:28: TCH002 Move third-party import `sqlalchemy.orm.Session` into a type-checking block
bloom/usecase/ScrapVesselsFromMarineTraffic.py:1:33: TCH001 Move application import `bloom.domain.vessel.Vessel` into a type-checking block
bloom/usecase/ScrapVesselsFromMarineTraffic.py:1:41: TCH001 Move application import `bloom.domain.vessel.VesselPositionMarineTraffic` into a type-checking block
Found 3 errors.
Found 4 errors (4 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
error: Failed to parse rancher/management/commands/scan_workload_images.py:12:13: unexpected token 'for'
packages/language_server/src/robotcode/language_server/robotframework/diagnostics/analyzer.py:52:48: TCH004 Move import `robot.parsing.model.statements.TestTemplate` out of type-checking block. Import is used for more than type hinting.
packages/language_server/src/robotcode/language_server/robotframework/diagnostics/analyzer.py:53:48: TCH004 Move import `robot.parsing.model.statements.Template` out of type-checking block. Import is used for more than type hinting.
Found 75 errors (73 fixed, 2 remaining).
Found 29 errors (29 fixed, 0 remaining).
pysad/utils.py:5:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
Found 1 error.
Packs/CommonScripts/Scripts/GetDomainDNSDetails/GetDomainDNSDetails_test.py:7:12: TCH004 Move import `dns.resolver` out of type-checking block. Import is used for more than type hinting.
Found 21 errors (20 fixed, 1 remaining).
Found 2 errors (2 fixed, 0 remaining).
error: Failed to create fix for TypingOnlyThirdPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
dc_logging_client/log_client.py:10:37: TCH002 Move third-party import `mypy_boto3_firehose.FirehoseClient` into a type-checking block
Found 2 errors (1 fixed, 1 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 14 errors (14 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
error: TOML parse error at line 53, column 1
|
53 | {{ cookiecutter.project_slug }} = "kiara_plugin.{{ cookiecutter.project_slug }}"
| ^
invalid key
src/kiara_plugin/network_analysis/models.py:36:43: TCH001 Move application import `kiara_plugin.tabular.defaults.SqliteDataType` into a type-checking block
src/kiara_plugin/network_analysis/modules/__init__.py:14:5: TCH001 Move application import `kiara.models.filesystem.FileModel` into a type-checking block
src/kiara_plugin/network_analysis/modules/__init__.py:32:47: TCH001 Move application import `kiara_plugin.tabular.models.table.KiaraTable` into a type-checking block
tests/test_kiara_modules_default.py:11:39: TCH001 Move application import `kiara.models.values.value.Value` into a type-checking block
Found 4 errors.
pyproject.toml:22:1: RUF200 Failed to parse pyproject.toml: missing field `requires`
Found 1 error.
pyproject.toml:5:11: RUF200 Failed to parse pyproject.toml: Version `` doesn't match PEP 440 rules
Found 1 error.
error: TOML parse error at line 32, column 1
|
32 | max-line-length = 88
| ^^^^^^^^^^^^^^^
unknown field `max-line-length`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 23 errors (23 fixed, 0 remaining).
disnake/ext/commands/common_bot_base.py:35:12: TCH004 Move import `importlib.machinery` out of type-checking block. Import is used for more than type hinting.
tests/ext/commands/test_core.py:9:35: TCH004 Move import `typing_extensions.assert_type` out of type-checking block. Import is used for more than type hinting.
tests/ui/test_action_row.py:13:35: TCH004 Move import `typing_extensions.assert_type` out of type-checking block. Import is used for more than type hinting.
tests/ui/test_action_row.py:15:28: TCH004 Move import `disnake.ui.MessageUIComponent` out of type-checking block. Import is used for more than type hinting.
tests/ui/test_action_row.py:15:48: TCH004 Move import `disnake.ui.ModalUIComponent` out of type-checking block. Import is used for more than type hinting.
Found 145 errors (140 fixed, 5 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 21 errors (21 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
error: Failed to create fix for TypingOnlyStandardLibraryImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyStandardLibraryImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyThirdPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyStandardLibraryImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyStandardLibraryImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyStandardLibraryImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyThirdPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyThirdPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyThirdPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyThirdPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyThirdPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyThirdPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyThirdPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
docarray/display/document_summary.py:9:35: TCH001 Move application import `docarray.base_doc.doc.BaseDoc` into a type-checking block
docarray/display/document_summary.py:15:30: TCH002 Move third-party import `rich.console.Console` into a type-checking block
docarray/display/document_summary.py:15:39: TCH002 Move third-party import `rich.console.ConsoleOptions` into a type-checking block
docarray/display/document_summary.py:15:55: TCH002 Move third-party import `rich.console.RenderResult` into a type-checking block
docarray/display/tensor_display.py:4:30: TCH002 Move third-party import `rich.console.Console` into a type-checking block
docarray/display/tensor_display.py:4:39: TCH002 Move third-party import `rich.console.ConsoleOptions` into a type-checking block
docarray/display/tensor_display.py:4:55: TCH002 Move third-party import `rich.console.RenderResult` into a type-checking block
docarray/display/tensor_display.py:5:30: TCH002 Move third-party import `rich.measure.Measurement` into a type-checking block
docarray/display/tensor_display.py:7:56: TCH001 Move application import `docarray.typing.tensor.abstract_tensor.AbstractTensor` into a type-checking block
docarray/store/abstract_doc_store.py:7:26: TCH001 Move application import `docarray.BaseDoc` into a type-checking block
docarray/store/abstract_doc_store.py:7:35: TCH001 Move application import `docarray.DocList` into a type-checking block
docarray/store/file.py:13:26: TCH001 Move application import `docarray.BaseDoc` into a type-checking block
docarray/store/file.py:13:35: TCH001 Move application import `docarray.DocList` into a type-checking block
docarray/store/helpers.py:12:25: TCH003 Move standard library import `pathlib.Path` into a type-checking block
docarray/store/helpers.py:14:12: TCH002 Move third-party import `requests` into a type-checking block
docarray/typing/tensor/__init__.py:1:8: TCH003 Move standard library import `types` into a type-checking block
docarray/typing/tensor/embedding/__init__.py:1:8: TCH003 Move standard library import `types` into a type-checking block
docarray/typing/tensor/image/__init__.py:1:8: TCH003 Move standard library import `types` into a type-checking block
docarray/typing/tensor/image/abstract_image_tensor.py:12:51: TCH001 Move application import `docarray.typing.bytes.image_bytes.ImageBytes` into a type-checking block
docarray/typing/tensor/video/__init__.py:1:8: TCH003 Move standard library import `types` into a type-checking block
Found 32 errors (12 fixed, 20 remaining).
Found 6 errors (6 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 10 errors (10 fixed, 0 remaining).
src/duqtools/apply_model.py:3:25: TCH003 Move standard library import `collections.abc` into a type-checking block
src/duqtools/apply_model.py:5:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
src/duqtools/apply_model.py:7:21: TCH001 Move application import `.schema.BaseModel` into a type-checking block
src/duqtools/apply_model.py:7:32: TCH001 Move application import `.schema.JettoOperation` into a type-checking block
src/duqtools/config/_config.py:17:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
src/duqtools/ids/_apply_model.py:10:22: TCH001 Move application import `..schema.IDSOperation` into a type-checking block
src/duqtools/ids/_apply_model.py:12:23: TCH001 Move application import `._mapping.IDSMapping` into a type-checking block
src/duqtools/jetto/_batchfile.py:9:8: TCH002 Move third-party import `jetto_tools` into a type-checking block
src/duqtools/merge.py:9:21: TCH001 Move application import `.schema.IDSVariableModel` into a type-checking block
src/duqtools/models/_system.py:7:22: TCH001 Move application import `..config.Config` into a type-checking block
src/duqtools/schema/_dimensions.py:9:22: TCH001 Move application import `._ranges.ARange` into a type-checking block
src/duqtools/schema/_dimensions.py:9:30: TCH001 Move application import `._ranges.LinSpace` into a type-checking block
src/duqtools/utils.py:10:21: TCH001 Move application import `._types.PathLike` into a type-checking block
Found 13 errors.
src/gravitorch/creators/core/base.py:10:22: TCH002 Move third-party import `torch.nn.Module` into a type-checking block
src/gravitorch/creators/core/base.py:11:25: TCH002 Move third-party import `torch.optim.Optimizer` into a type-checking block
src/gravitorch/creators/core/base.py:13:41: TCH001 Move application import `gravitorch.datasources.base.BaseDataSource` into a type-checking block
src/gravitorch/creators/core/base.py:14:43: TCH001 Move application import `gravitorch.lr_schedulers.base.LRSchedulerType` into a type-checking block
src/gravitorch/creators/dataloader/base.py:8:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
src/gravitorch/creators/dataloader/base.py:12:30: TCH002 Move third-party import `torch.utils.data.Dataset` into a type-checking block
src/gravitorch/creators/datapipe/base.py:7:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
src/gravitorch/creators/datapipe/base.py:11:30: TCH002 Move third-party import `torch.utils.data.IterDataPipe` into a type-checking block
src/gravitorch/creators/lr_scheduler/base.py:9:25: TCH002 Move third-party import `torch.optim.Optimizer` into a type-checking block
src/gravitorch/creators/lr_scheduler/base.py:11:43: TCH001 Move application import `gravitorch.lr_schedulers.base.LRSchedulerType` into a type-checking block
src/gravitorch/creators/model/base.py:10:19: TCH002 Move third-party import `torch.nn` into a type-checking block
src/gravitorch/creators/optimizer/base.py:9:22: TCH002 Move third-party import `torch.nn.Module` into a type-checking block
src/gravitorch/creators/optimizer/base.py:10:25: TCH002 Move third-party import `torch.optim.Optimizer` into a type-checking block
src/gravitorch/datasources/base.py:7:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
src/gravitorch/engines/alpha.py:8:22: TCH002 Move third-party import `torch.nn.Module` into a type-checking block
src/gravitorch/engines/alpha.py:9:25: TCH002 Move third-party import `torch.optim.Optimizer` into a type-checking block
src/gravitorch/engines/alpha.py:19:38: TCH001 Move application import `gravitorch.lr_schedulers.LRSchedulerType` into a type-checking block
src/gravitorch/engines/alpha.py:20:40: TCH001 Move application import `gravitorch.utils.artifacts.BaseArtifact` into a type-checking block
src/gravitorch/engines/alpha.py:24:38: TCH001 Move application import `gravitorch.utils.history.BaseHistory` into a type-checking block
src/gravitorch/engines/base.py:9:22: TCH002 Move third-party import `torch.nn.Module` into a type-checking block
src/gravitorch/engines/base.py:10:25: TCH002 Move third-party import `torch.optim.Optimizer` into a type-checking block
src/gravitorch/engines/base.py:12:31: TCH001 Move application import `gravitorch.events.BaseEventHandler` into a type-checking block
src/gravitorch/engines/base.py:13:38: TCH001 Move application import `gravitorch.lr_schedulers.LRSchedulerType` into a type-checking block
src/gravitorch/engines/base.py:14:40: TCH001 Move application import `gravitorch.utils.artifacts.BaseArtifact` into a type-checking block
src/gravitorch/engines/base.py:15:49: TCH001 Move application import `gravitorch.utils.exp_trackers.steps.Step` into a type-checking block
src/gravitorch/engines/base.py:16:38: TCH001 Move application import `gravitorch.utils.history.BaseHistory` into a type-checking block
src/gravitorch/optimizers/utils.py:16:25: TCH002 Move third-party import `torch.optim.Optimizer` into a type-checking block
Found 27 errors.
src/redcat/base.py:6:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
src/redcat/base.py:6:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
src/redcat/batchlist.py:7:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
src/redcat/batchlist.py:7:39: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
src/redcat/batchlist.py:7:49: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
src/redcat/batchlist.py:11:19: TCH002 Move third-party import `torch.Tensor` into a type-checking block
src/redcat/tensorseq.py:12:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
src/redcat/tensorseq.py:12:39: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
src/redcat/tensorseq.py:12:49: TCH003 Move standard library import `collections.abc.Mapping` into a type-checking block
src/redcat/tensorseq.py:12:58: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
src/redcat/utils/tensor.py:16:29: TCH003 Move standard library import `collections.abc.MutableSequence` into a type-checking block
src/redcat/utils/tensor.py:19:8: TCH002 Move third-party import `numpy` into a type-checking block
tests/unit/test_batchdict.py:3:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
tests/unit/test_batchdict.py:3:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
tests/unit/test_batchlist.py:3:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
tests/unit/test_batchlist.py:3:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
tests/unit/test_tensor.py:4:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
tests/unit/test_tensor.py:4:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
tests/unit/test_tensor_compatibility.py:4:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/unit/test_tensorseq.py:4:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
tests/unit/test_tensorseq.py:4:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
tests/unit/test_tensorseq.py:16:27: TCH001 Move application import `redcat.tensor.IndexType` into a type-checking block
Found 22 errors.
Found 8 errors (8 fixed, 0 remaining).
warning: No Python files found under the given path(s)
libs/requires/tests/test_requires_w_json_libs.py:8:12: TCH004 Move import `json` out of type-checking block. Import is used for more than type hinting.
libs/requires/tests/test_requires_w_json_libs.py:10:12: TCH004 Move import `rapidjson` out of type-checking block. Import is used for more than type hinting.
Found 53 errors (51 fixed, 2 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 11 errors (11 fixed, 0 remaining).
Found 8 errors (8 fixed, 0 remaining).
Found 10 errors (10 fixed, 0 remaining).
Found 11 errors (11 fixed, 0 remaining).
Found 11 errors (11 fixed, 0 remaining).
error: TOML parse error at line 1, column 1
|
1 | {%- set license_classifiers = {
| ^
invalid key
error: TOML parse error at line 1, column 1
|
1 | {%- set license_classifiers = {
| ^
invalid key
error: Failed to parse stratosphere-app/src/stratosphere/extractors/extractor_linkedin.py:7:1: unexpected token '<<'
Found 4 errors (4 fixed, 0 remaining).
error: TOML parse error at line 198, column 1
|
198 | update-check = false
| ^^^^^^^^^^^^
unknown field `update-check`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
error: Failed to parse `/app/checkouts/empkins/stresspose-analysis/ruff.toml`: TOML parse error at line 113, column 2
|
113 | [pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 3 errors (3 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
pyproject.toml:14:16: RUF200 Failed to parse pyproject.toml: Expected package name starting with an alphanumeric character, found '#'
#TODO
^
Found 1 error.
Found 3 errors (3 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
discordbot/slashcommandeventclasses/bseddies.py:5:34: TCH001 Move application import `discordbot.bot_enums.ActivityTypes` into a type-checking block
Found 1 error.
Found 84 errors (84 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 24 errors (24 fixed, 0 remaining).
Found 17 errors (17 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 8 errors (8 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
Found 4 errors (4 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 6 errors (6 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 7 errors (7 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
error: TOML parse error at line 76, column 12
|
76 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
error: TOML parse error at line 75, column 12
|
75 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
tensorcross/model_selection/search.py:20:32: TCH001 Move application import `tensorcross._types.ResultsDict` into a type-checking block
tensorcross/model_selection/search_cv.py:20:32: TCH001 Move application import `tensorcross._types.ResultsDict` into a type-checking block
Found 2 errors.
Found 26 errors (26 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 10 errors (10 fixed, 0 remaining).
freqtrade/rpc/external_message_consumer.py:29:12: TCH004 Move import `websockets.connect` out of type-checking block. Import is used for more than type hinting.
Found 18 errors (17 fixed, 1 remaining).
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
fuzzylite/importer.py:26:22: TCH001 Move application import `.factory.ConstructionFactory` into a type-checking block
fuzzylite/term.py:2397:30: TCH001 Move application import `.factory.FunctionFactory` into a type-checking block
fuzzylite/term.py:2420:30: TCH001 Move application import `.factory.FunctionFactory` into a type-checking block
Found 3 errors.
Found 47 errors (47 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 8 errors (8 fixed, 0 remaining).
src/framelink/storage/core.py:7:29: TCH001 Move application import `framelink.types.T` into a type-checking block
Found 1 error.
error: TOML parse error at line 52, column 3
|
52 | "threadpoolctl",
| ^
invalid array
expected `]`
Found 2 errors (2 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
glQiwiApi/event_fetching/class_based/bill.py:11:51: TCH004 Move import `glQiwiApi.qiwi.clients.p2p.client.QiwiP2PClient` out of type-checking block. Import is used for more than type hinting.
glQiwiApi/event_fetching/class_based/transaction.py:12:54: TCH004 Move import `glQiwiApi.qiwi.clients.wallet.client.QiwiWallet` out of type-checking block. Import is used for more than type hinting.
Found 49 errors (47 fixed, 2 remaining).
error: TOML parse error at line 18, column 1
|
18 | {% if cookiecutter.deptry == 'y' -%}
| ^
invalid key
Found 2 errors (2 fixed, 0 remaining).
Found 39 errors (39 fixed, 0 remaining).
Found 175 errors (175 fixed, 0 remaining).
Found 90 errors (90 fixed, 0 remaining).
weather_dl/download_pipeline/manifest.py:45:45: TCH002 Move third-party import `google.cloud.firestore_v1.types.WriteResult` into a type-checking block
Found 1 error.
Found 2 errors (2 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 26 errors (26 fixed, 0 remaining).
Found 42 errors (42 fixed, 0 remaining).
Found 30 errors (30 fixed, 0 remaining).
error: TOML parse error at line 165, column 12
|
165 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 16 errors (16 fixed, 0 remaining).
great_expectations/datasource/fluent/interfaces.py:60:9: TCH004 Move import `great_expectations.core.batch.BatchData` out of type-checking block. Import is used for more than type hinting.
great_expectations/datasource/fluent/interfaces.py:61:9: TCH004 Move import `great_expectations.core.batch.BatchDefinition` out of type-checking block. Import is used for more than type hinting.
great_expectations/datasource/fluent/interfaces.py:62:9: TCH004 Move import `great_expectations.core.batch.BatchMarkers` out of type-checking block. Import is used for more than type hinting.
great_expectations/datasource/fluent/interfaces.py:65:49: TCH004 Move import `great_expectations.data_context.AbstractDataContext` out of type-checking block. Import is used for more than type hinting.
great_expectations/datasource/fluent/interfaces.py:67:54: TCH004 Move import `great_expectations.datasource.fluent.BatchRequest` out of type-checking block. Import is used for more than type hinting.
great_expectations/datasource/fluent/interfaces.py:69:9: TCH004 Move import `great_expectations.datasource.fluent.data_asset.data_connector.DataConnector` out of type-checking block. Import is used for more than type hinting.
great_expectations/datasource/fluent/interfaces.py:71:66: TCH004 Move import `great_expectations.datasource.fluent.type_lookup.TypeLookup` out of type-checking block. Import is used for more than type hinting.
Found 214 errors (207 fixed, 7 remaining).
choppy/bsp_node.py:6:21: TCH002 Move third-party import `trimesh.Trimesh` into a type-checking block
choppy/bsp_tree.py:6:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
choppy/objective_functions.py:5:21: TCH002 Move third-party import `trimesh.Trimesh` into a type-checking block
choppy/search.py:4:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
choppy/search.py:9:29: TCH001 Move application import `choppy.bsp_node.BSPNode` into a type-checking block
choppy/section.py:4:8: TCH002 Move third-party import `numpy` into a type-checking block
choppy/section.py:5:30: TCH002 Move third-party import `shapely.geometry.Polygon` into a type-checking block
choppy/section.py:6:21: TCH002 Move third-party import `trimesh.Trimesh` into a type-checking block
choppy/utils.py:4:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
choppy/utils.py:10:20: TCH001 Move application import `choppy.bsp_tree` into a type-checking block
Found 10 errors.
Found 11 errors (11 fixed, 0 remaining).
Found 17 errors (17 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 14 errors (14 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
plotnine/facets/labelling.py:7:20: TCH001 Move application import `..iapi.strip_label_details` into a type-checking block
plotnine/facets/layout.py:7:8: TCH002 Move third-party import `pandas` into a type-checking block
plotnine/geoms/geom.py:7:8: TCH002 Move third-party import `pandas` into a type-checking block
Found 3 errors.
Found 186 errors (186 fixed, 0 remaining).
Found 36 errors (36 fixed, 0 remaining).
error: TOML parse error at line 12, column 1
|
12 | max-length = 90
| ^^^^^^^^^^
unknown field `max-length`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 3 errors (3 fixed, 0 remaining).
warning: `M001` has been remapped to `RUF100`.
pint/_typing.py:17:25: TCH004 Move import `.compat.HAS_NUMPY` out of type-checking block. Import is used for more than type hinting.
Found 63 errors (62 fixed, 1 remaining).
error: TOML parse error at line 291, column 12
|
291 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
pytradfri/smart_task.py:44:35: TCH004 Move import `.gateway.GatewayInfo` out of type-checking block. Import is used for more than type hinting.
Found 24 errors (23 fixed, 1 remaining).
Found 1 error (1 fixed, 0 remaining).
src/pyratings/utils.py:21:29: TCH003 Move standard library import `collections.abc.Hashable` into a type-checking block
Found 1 error.
Found 1 error (1 fixed, 0 remaining).
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/test_modeling_{{cookiecutter.lowercase_modelname}}.py:18:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/modeling_flax_{{cookiecutter.lowercase_modelname}}.py:17:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/configuration_{{cookiecutter.lowercase_modelname}}.py:23:37: unexpected token '_PRETRAINED_CONFIG_ARCHIVE_MAP'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/to_replace_{{cookiecutter.lowercase_modelname}}.py:30:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/test_modeling_tf_{{cookiecutter.lowercase_modelname}}.py:16:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/modeling_tf_{{cookiecutter.lowercase_modelname}}.py:17:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/test_modeling_flax_{{cookiecutter.lowercase_modelname}}.py:16:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/__init__.py:19:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/modeling_{{cookiecutter.lowercase_modelname}}.py:17:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/tokenization_{{cookiecutter.lowercase_modelname}}.py:17:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/tokenization_fast_{{cookiecutter.lowercase_modelname}}.py:17:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_example_script/{{cookiecutter.directory_name}}/run_{{cookiecutter.example_shortcut}}.py:21:2: unexpected token '%'
error: Failed to parse templates/adding_a_missing_tokenization_test/cookiecutter-template-{{cookiecutter.modelname}}/test_tokenization_{{cookiecutter.lowercase_modelname}}.py:20:2: unexpected token '%'
src/transformers/__init__.py:4418:9: TCH004 Move import `.utils.is_flax_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4419:9: TCH004 Move import `.utils.is_keras_nlp_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4426:9: TCH004 Move import `.utils.is_sentencepiece_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4428:9: TCH004 Move import `.utils.is_speech_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4429:9: TCH004 Move import `.utils.is_tensorflow_text_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4430:9: TCH004 Move import `.utils.is_tf_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4432:9: TCH004 Move import `.utils.is_tokenizers_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4433:9: TCH004 Move import `.utils.is_torch_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4437:9: TCH004 Move import `.utils.is_vision_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4438:9: TCH004 Move import `.utils.logging` out of type-checking block. Import is used for more than type hinting.
Found 48 errors (38 fixed, 10 remaining).
Found 34 errors (34 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
langchain/document_loaders/discord.py:10:12: TCH004 Move import `pandas` out of type-checking block. Import is used for more than type hinting.
langchain/document_loaders/onedrive.py:18:22: TCH004 Move import `O365.Account` out of type-checking block. Import is used for more than type hinting.
langchain/memory/chat_message_histories/zep.py:14:45: TCH004 Move import `zep_python.NotFoundError` out of type-checking block. Import is used for more than type hinting.
Found 235 errors (232 fixed, 3 remaining).
Found 2 errors (2 fixed, 0 remaining).
miru/abc/item_handler.py:14:22: TCH001 Move application import `..traits.MiruAware` into a type-checking block
miru/context/base.py:10:31: TCH002 Move third-party import `hikari.snowflakes.Snowflake` into a type-checking block
miru/context/base.py:15:22: TCH001 Move application import `..traits.MiruAware` into a type-checking block
miru/context/view.py:5:8: TCH002 Move third-party import `hikari` into a type-checking block
miru/events.py:8:31: TCH001 Move application import `.abc.item_handler.ItemHandler` into a type-checking block
miru/ext/nav/items.py:10:26: TCH001 Move application import `miru.context.ViewContext` into a type-checking block
miru/ext/nav/navigator.py:3:8: TCH003 Move standard library import `datetime` into a type-checking block
miru/ext/nav/navigator.py:9:22: TCH001 Move application import `miru.abc.Item` into a type-checking block
miru/ext/nav/navigator.py:10:26: TCH001 Move application import `miru.context.Context` into a type-checking block
miru/modal.py:4:8: TCH003 Move standard library import `datetime` into a type-checking block
miru/select/base.py:6:8: TCH002 Move third-party import `hikari` into a type-checking block
miru/select/channel.py:9:28: TCH001 Move application import `..context.view.ViewContext` into a type-checking block
miru/select/mentionable.py:9:28: TCH001 Move application import `..context.view.ViewContext` into a type-checking block
miru/select/role.py:9:28: TCH001 Move application import `..context.view.ViewContext` into a type-checking block
miru/select/user.py:9:28: TCH001 Move application import `..context.view.ViewContext` into a type-checking block
miru/text_input.py:7:31: TCH001 Move application import `miru.context.base.Context` into a type-checking block
Found 16 errors.
Found 13 errors (13 fixed, 0 remaining).
Found 62 errors (62 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 9 errors (9 fixed, 0 remaining).
Found 62 errors (62 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
error: TOML parse error at line 249, column 12
|
249 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
interactions/models/discord/webhooks.py:18:51: TCH004 Move import `interactions.models.discord.enums.MessageFlags` out of type-checking block. Import is used for more than type hinting.
Found 18 errors (17 fixed, 1 remaining).
Found 5 errors (5 fixed, 0 remaining).
src/einspect/_compat/py_function_3_10.py:5:47: TCH001 Move application import `einspect.structs.include.object_h.vectorcallfunc` into a type-checking block
src/einspect/_compat/py_function_3_10.py:7:28: TCH001 Move application import `einspect.types.ptr` into a type-checking block
src/einspect/_compat/py_function_3_9.py:5:47: TCH001 Move application import `einspect.structs.include.object_h.vectorcallfunc` into a type-checking block
src/einspect/_compat/py_function_3_9.py:7:28: TCH001 Move application import `einspect.types.ptr` into a type-checking block
src/einspect/_compat/py_unicode_3_12.py:20:31: TCH002 Move third-party import `typing_extensions.Annotated` into a type-checking block
src/einspect/_compat/py_unicode_3_12.py:22:26: TCH001 Move application import `einspect.api.Py_hash_t` into a type-checking block
src/einspect/_compat/py_unicode_3_12.py:27:28: TCH001 Move application import `einspect.types.Array` into a type-checking block
src/einspect/_compat/py_unicode_3_12.py:27:35: TCH001 Move application import `einspect.types.char_p` into a type-checking block
src/einspect/_compat/py_unicode_3_12.py:27:43: TCH001 Move application import `einspect.types.ptr` into a type-checking block
src/einspect/_compat/py_unicode_3_12.py:27:48: TCH001 Move application import `einspect.types.void_p` into a type-checking block
src/einspect/api.py:5:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
src/einspect/api.py:10:31: TCH002 Move third-party import `typing_extensions.Annotated` into a type-checking block
src/einspect/protocols/delayed_bind.py:7:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
src/einspect/structs/include/descrobject_h.py:5:31: TCH002 Move third-party import `typing_extensions.Annotated` into a type-checking block
src/einspect/structs/include/methodobject_h.py:5:31: TCH002 Move third-party import `typing_extensions.Annotated` into a type-checking block
src/einspect/structs/include/object_h.py:9:49: TCH001 Move application import `einspect.structs.include.pybuffer_h.getbufferproc` into a type-checking block
src/einspect/structs/include/object_h.py:9:64: TCH001 Move application import `einspect.structs.include.pybuffer_h.releasebufferproc` into a type-checking block
src/einspect/structs/include/pybuffer_h.py:5:26: TCH001 Move application import `einspect.api.Py_ssize_t` into a type-checking block
src/einspect/structs/include/pybuffer_h.py:7:28: TCH001 Move application import `einspect.types.ptr` into a type-checking block
src/einspect/structs/mapping_proxy.py:6:38: TCH001 Move application import `einspect.structs.py_dict.PyDictObject` into a type-checking block
src/einspect/structs/mapping_proxy.py:9:28: TCH001 Move application import `einspect.types.ptr` into a type-checking block
src/einspect/structs/py_cfunction.py:6:53: TCH001 Move application import `einspect.structs.include.methodobject_h.PyMethodDef` into a type-checking block
src/einspect/structs/py_cfunction.py:7:47: TCH001 Move application import `einspect.structs.include.object_h.vectorcallfunc` into a type-checking block
src/einspect/structs/py_cfunction.py:9:28: TCH001 Move application import `einspect.types.ptr` into a type-checking block
src/einspect/structs/py_dict.py:19:31: TCH002 Move third-party import `typing_extensions.Annotated` into a type-checking block
src/einspect/structs/py_dict.py:25:28: TCH001 Move application import `einspect.types.Array` into a type-checking block
src/einspect/structs/py_dict.py:25:35: TCH001 Move application import `einspect.types.ptr` into a type-checking block
src/einspect/structs/py_float.py:3:8: TCH003 Move standard library import `ctypes` into a type-checking block
src/einspect/structs/py_function.py:3:20: TCH003 Move standard library import `ctypes.c_uint32` into a type-checking block
src/einspect/structs/py_function.py:6:31: TCH002 Move third-party import `typing_extensions.Annotated` into a type-checking block
src/einspect/structs/py_function.py:8:47: TCH001 Move application import `einspect.structs.include.object_h.vectorcallfunc` into a type-checking block
src/einspect/structs/py_function.py:10:28: TCH001 Move application import `einspect.types.ptr` into a type-checking block
src/einspect/structs/py_gc.py:6:31: TCH002 Move third-party import `typing_extensions.Annotated` into a type-checking block
src/einspect/structs/py_list.py:6:31: TCH002 Move third-party import `typing_extensions.Annotated` into a type-checking block
src/einspect/structs/py_long.py:4:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
src/einspect/structs/py_long.py:7:31: TCH002 Move third-party import `typing_extensions.Annotated` into a type-checking block
src/einspect/structs/py_long.py:11:28: TCH001 Move application import `einspect.types.Array` into a type-checking block
src/einspect/structs/py_object.py:20:31: TCH002 Move third-party import `typing_extensions.Annotated` into a type-checking block
src/einspect/structs/py_object.py:20:42: TCH002 Move third-party import `typing_extensions.Self` into a type-checking block
src/einspect/structs/py_object.py:29:28: TCH001 Move application import `einspect.types.ptr` into a type-checking block
src/einspect/structs/py_set.py:5:31: TCH002 Move third-party import `typing_extensions.Annotated` into a type-checking block
src/einspect/structs/py_set.py:7:26: TCH001 Move application import `einspect.api.Py_hash_t` into a type-checking block
src/einspect/structs/py_set.py:11:28: TCH001 Move application import `einspect.types.ptr` into a type-checking block
src/einspect/structs/py_tuple.py:4:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
src/einspect/structs/py_type.py:18:31: TCH002 Move third-party import `typing_extensions.Annotated` into a type-checking block
src/einspect/structs/py_type.py:18:42: TCH002 Move third-party import `typing_extensions.Self` into a type-checking block
src/einspect/structs/py_type.py:21:52: TCH001 Move application import `einspect.structs.include.descrobject_h.PyGetSetDef` into a type-checking block
src/einspect/structs/py_type.py:21:65: TCH001 Move application import `einspect.structs.include.descrobject_h.PyMemberDef` into a type-checking block
src/einspect/structs/py_type.py:22:53: TCH001 Move application import `einspect.structs.include.methodobject_h.PyMethodDef` into a type-checking block
src/einspect/structs/py_unicode.py:21:31: TCH002 Move third-party import `typing_extensions.Annotated` into a type-checking block
src/einspect/structs/py_unicode.py:23:26: TCH001 Move application import `einspect.api.Py_hash_t` into a type-checking block
src/einspect/structs/py_unicode.py:28:28: TCH001 Move application import `einspect.types.Array` into a type-checking block
src/einspect/structs/py_unicode.py:28:35: TCH001 Move application import `einspect.types.char_p` into a type-checking block
src/einspect/structs/py_unicode.py:28:43: TCH001 Move application import `einspect.types.ptr` into a type-checking block
src/einspect/structs/py_unicode.py:28:48: TCH001 Move application import `einspect.types.void_p` into a type-checking block
src/einspect/structs/py_unicode.py:28:56: TCH001 Move application import `einspect.types.wchar_p` into a type-checking block
src/einspect/views/factory.py:4:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
src/einspect/views/unsafe.py:4:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
src/einspect/views/view_bool.py:4:30: TCH001 Move application import `einspect.structs.PyBoolObject` into a type-checking block
src/einspect/views/view_cfunction.py:7:30: TCH001 Move application import `einspect.structs.PyCFunctionObject` into a type-checking block
src/einspect/views/view_cfunction.py:8:53: TCH001 Move application import `einspect.structs.include.methodobject_h.PyMethodDef` into a type-checking block
src/einspect/views/view_dict.py:3:20: TCH003 Move standard library import `ctypes.Array` into a type-checking block
src/einspect/views/view_dict.py:6:26: TCH001 Move application import `einspect.api.Py_ssize_t` into a type-checking block
src/einspect/views/view_dict.py:8:38: TCH001 Move application import `einspect.structs.py_dict.PyDictKeysObject` into a type-checking block
src/einspect/views/view_dict.py:8:56: TCH001 Move application import `einspect.structs.py_dict.PyDictObject` into a type-checking block
src/einspect/views/view_dict.py:9:28: TCH001 Move application import `einspect.types.ptr` into a type-checking block
src/einspect/views/view_float.py:3:8: TCH003 Move standard library import `ctypes` into a type-checking block
src/einspect/views/view_float.py:6:39: TCH001 Move application import `einspect.structs.py_float.PyFloatObject` into a type-checking block
src/einspect/views/view_function.py:3:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
src/einspect/views/view_function.py:8:30: TCH001 Move application import `einspect.structs.PyFunctionObject` into a type-checking block
src/einspect/views/view_int.py:3:20: TCH003 Move standard library import `ctypes.Array` into a type-checking block
src/einspect/views/view_int.py:3:27: TCH003 Move standard library import `ctypes.c_uint32` into a type-checking block
src/einspect/views/view_int.py:6:31: TCH002 Move third-party import `typing_extensions.Annotated` into a type-checking block
src/einspect/views/view_int.py:8:30: TCH001 Move application import `einspect.structs.PyLongObject` into a type-checking block
src/einspect/views/view_list.py:3:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
src/einspect/views/view_mapping_proxy.py:8:44: TCH001 Move application import `einspect.structs.mapping_proxy.MappingProxyObject` into a type-checking block
src/einspect/views/view_set.py:6:30: TCH001 Move application import `einspect.structs.PyObject` into a type-checking block
src/einspect/views/view_str.py:4:20: TCH003 Move standard library import `ctypes.Array` into a type-checking block
src/einspect/views/view_str.py:7:26: TCH001 Move application import `einspect.api.Py_ssize_t` into a type-checking block
src/einspect/views/view_str.py:16:28: TCH001 Move application import `einspect.types.SupportsLessThan` into a type-checking block
src/einspect/views/view_type.py:3:8: TCH003 Move standard library import `sys` into a type-checking block
src/einspect/views/view_type.py:5:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
src/einspect/views/view_type.py:5:40: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
src/einspect/views/view_type.py:9:31: TCH002 Move third-party import `typing_extensions.Self` into a type-checking block
tests/test_meta.py:6:19: TCH003 Move standard library import `types.ModuleType` into a type-checking block
tools/sources.py:12:31: TCH002 Move third-party import `typing_extensions.Self` into a type-checking block
tools/struct_meta.py:7:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tools/struct_meta.py:12:31: TCH002 Move third-party import `typing_extensions.Self` into a type-checking block
Found 88 errors.
src/hcraft/planning.py:18:36: TCH002 Move third-party import `unified_planning.plans.SequentialPlan` into a type-checking block
src/hcraft/planning.py:23:28: TCH001 Move application import `hcraft.purpose.Purpose` into a type-checking block
src/hcraft/planning.py:24:29: TCH001 Move application import `hcraft.elements.Zone` into a type-checking block
src/hcraft/planning.py:24:35: TCH001 Move application import `hcraft.elements.Item` into a type-checking block
src/hcraft/render/widgets.py:19:23: TCH002 Move third-party import `PIL.Image.Image` into a type-checking block
src/hcraft/render/widgets.py:34:34: TCH004 Move import `pygame_menu.menu.Menu` out of type-checking block. Import is used for more than type hinting.
src/hcraft/solving_behaviors.py:46:18: TCH002 Move third-party import `hebg.Behavior` into a type-checking block
tests/examples/minecraft/test_gym_make.py:5:43: TCH002 Move third-party import `hcraft.examples.minecraft.env.MineHcraftEnv` into a type-checking block
tests/examples/test_common.py:14:24: TCH002 Move third-party import `hcraft.env.HcraftEnv` into a type-checking block
Found 9 errors.
src/hcraft/planning.py:18:36: TCH002 Move third-party import `unified_planning.plans.SequentialPlan` into a type-checking block
src/hcraft/planning.py:23:28: TCH001 Move application import `hcraft.purpose.Purpose` into a type-checking block
src/hcraft/planning.py:24:29: TCH001 Move application import `hcraft.elements.Zone` into a type-checking block
src/hcraft/planning.py:24:35: TCH001 Move application import `hcraft.elements.Item` into a type-checking block
src/hcraft/render/widgets.py:19:23: TCH002 Move third-party import `PIL.Image.Image` into a type-checking block
src/hcraft/render/widgets.py:34:34: TCH004 Move import `pygame_menu.menu.Menu` out of type-checking block. Import is used for more than type hinting.
src/hcraft/solving_behaviors.py:46:18: TCH002 Move third-party import `hebg.Behavior` into a type-checking block
tests/examples/minecraft/test_gym_make.py:5:43: TCH002 Move third-party import `hcraft.examples.minecraft.env.MineHcraftEnv` into a type-checking block
tests/examples/test_common.py:14:24: TCH002 Move third-party import `hcraft.env.HcraftEnv` into a type-checking block
Found 9 errors.
src/hcraft/planning.py:18:36: TCH002 Move third-party import `unified_planning.plans.SequentialPlan` into a type-checking block
src/hcraft/planning.py:23:28: TCH001 Move application import `hcraft.purpose.Purpose` into a type-checking block
src/hcraft/planning.py:24:29: TCH001 Move application import `hcraft.elements.Zone` into a type-checking block
src/hcraft/planning.py:24:35: TCH001 Move application import `hcraft.elements.Item` into a type-checking block
src/hcraft/render/widgets.py:19:23: TCH002 Move third-party import `PIL.Image.Image` into a type-checking block
src/hcraft/render/widgets.py:34:34: TCH004 Move import `pygame_menu.menu.Menu` out of type-checking block. Import is used for more than type hinting.
src/hcraft/solving_behaviors.py:46:18: TCH002 Move third-party import `hebg.Behavior` into a type-checking block
tests/examples/minecraft/test_gym_make.py:5:43: TCH002 Move third-party import `hcraft.examples.minecraft.env.MineHcraftEnv` into a type-checking block
tests/examples/test_common.py:14:24: TCH002 Move third-party import `hcraft.env.HcraftEnv` into a type-checking block
Found 9 errors.
examples/hcraft_example.py:17:20: TCH002 Move third-party import `hcraft.HcraftEnv` into a type-checking block
examples/minigrid_example.py:13:35: TCH002 Move third-party import `minigrid.minigrid_env.MiniGridEnv` into a type-checking block
Found 2 errors.
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 15 errors (15 fixed, 0 remaining).
Found 15 errors (15 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
src/label_doconly_changes/hooks/python.py:13:39: TCH001 Move application import `label_doconly_changes.app.App` into a type-checking block
Found 1 error.
error: Failed to parse APPS/EM/scratch.py:3:22: unexpected token '<'
Found 1 error (1 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
Found 1 error (1 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 11 errors (11 fixed, 0 remaining).
error: TOML parse error at line 13, column 1
|
13 | {poetry_dependencies}
| ^
invalid key
Found 2 errors (2 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
error: Failed to parse examples/pydantic-basic/main.py:10:141: Got unexpected nesting
Found 4 errors (4 fixed, 0 remaining).
Found 10 errors (10 fixed, 0 remaining).
error: Failed to lint data/calendarJAMESNASH.py: stream did not contain valid UTF-8
Caused by: stream did not contain valid UTF-8
Found 1 error (1 fixed, 0 remaining).
error: TOML parse error at line 228, column 12
|
228 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 2 errors (2 fixed, 0 remaining).
warning: `I25` has been remapped to `TID25`.
warning: `M` has been remapped to `RUF100`.
warning: `M` has been remapped to `RUF100`.
Found 2 errors (2 fixed, 0 remaining).
euporie/core/widgets/file_browser.py:34:25: TCH004 Move import `pathlib.Path` out of type-checking block. Import is used for more than type hinting.
Found 20 errors (19 fixed, 1 remaining).
src/infrastructure/redis/redis_utils.py:3:22: TCH003 Move standard library import `datetime.timedelta` into a type-checking block
Found 1 error.
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
Found 10 errors (10 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 7 errors (7 fixed, 0 remaining).
Found 21 errors (21 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 13 errors (13 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 7 errors (7 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
corpus_sc_toolkit/main.py:7:20: TCH002 Move third-party import `sqlpyd.Connection` into a type-checking block
Found 1 error.
app/adapters/repository.py:7:39: TCH002 Move third-party import `sqlalchemy.sql.selectable.Select` into a type-checking block
app/service/bugs/repository.py:4:39: TCH002 Move third-party import `sqlalchemy.sql.selectable.Select` into a type-checking block
app/service/unit_of_work.py:3:36: TCH002 Move third-party import `sqlalchemy.ext.asyncio.AsyncSession` into a type-checking block
app/service/users/events.py:9:5: TCH005 Found empty type-checking block
app/service/users/repository.py:4:39: TCH002 Move third-party import `sqlalchemy.sql.selectable.Select` into a type-checking block
app/tests/integration/test_bug_handlers.py:6:31: TCH001 Move application import `app.domain.models.Bugs` into a type-checking block
app/tests/integration/test_bug_handlers.py:6:37: TCH001 Move application import `app.domain.models.EventStore` into a type-checking block
app/tests/integration/test_user_handlers.py:9:31: TCH001 Move application import `app.domain.models.EventStore` into a type-checking block
app/tests/integration/test_user_handlers.py:9:43: TCH001 Move application import `app.domain.models.Users` into a type-checking block
Found 9 errors.
Found 1 error (1 fixed, 0 remaining).
Found 17 errors (17 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
pyproject.toml:56:16: RUF200 Failed to parse pyproject.toml: You can't mix a >= operator with a local version (`+cu117`)
torch>=2.0.0+cu117
^^^^^^^^^^^^^
Found 1 error.
error: TOML parse error at line 23, column 19
|
23 | requires-python = "PYTHON_VERSION_SPECIFIER"
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Failed to parse version:
PYTHON_VERSION_SPECIFIER
^^^^^^^^^^^^^^^^^^^^^^^^
Found 32 errors (32 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 11 errors (11 fixed, 0 remaining).
Found 43 errors (43 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
error: Failed to parse scripts/localisation/run_particle_filter.py:37:5: expected 'Indent', but got 'print'
Found 5 errors (5 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
Found 18 errors (18 fixed, 0 remaining).
Found 29 errors (29 fixed, 0 remaining).
error: TOML parse error at line 89, column 12
|
89 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 12 errors (12 fixed, 0 remaining).
Found 41 errors (41 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 30 errors (30 fixed, 0 remaining).
error: TOML parse error at line 153, column 12
|
153 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
error: Failed to parse `/app/checkouts/KyleKing/corallium/.ruff.toml`: TOML parse error at line 71, column 2
|
71 | [pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 1 error (1 fixed, 0 remaining).
freqtrade/rpc/external_message_consumer.py:29:12: TCH004 Move import `websockets.connect` out of type-checking block. Import is used for more than type hinting.
Found 18 errors (17 fixed, 1 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
warning: `M` has been remapped to `RUF100`.
Found 4 errors (4 fixed, 0 remaining).
error: TOML parse error at line 136, column 12
|
136 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
pyproject.toml:3:11: RUF200 Failed to parse pyproject.toml: Version `` doesn't match PEP 440 rules
Found 1 error.
Found 102 errors (102 fixed, 0 remaining).
error: Required version `0.0.260` does not match the running version `0.0.270`
Found 109 errors (109 fixed, 0 remaining).
error: TOML parse error at line 10, column 15
|
10 | line-length = -1
| ^^
invalid value: integer `-1`, expected usize
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
models/company.py:13:27: TCH001 Move application import `.benefits.BenefitPlan` into a type-checking block
models/company.py:14:29: TCH001 Move application import `.department.Department` into a type-checking block
models/employee.py:19:27: TCH001 Move application import `.benefits.BenefitPlan` into a type-checking block
models/payroll.py:14:27: TCH001 Move application import `.employee.Employee` into a type-checking block
Found 10 errors (6 fixed, 4 remaining).
Found 58 errors (58 fixed, 0 remaining).
error: TOML parse error at line 52, column 12
|
52 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
coverviz/preprocessing.py:5:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
Found 1 error.
zeldarose/tasks/mbart.py:30:12: TCH004 Move import `transformers.modeling_outputs` out of type-checking block. Import is used for more than type hinting.
zeldarose/tasks/mlm.py:17:12: TCH004 Move import `transformers.modeling_outputs` out of type-checking block. Import is used for more than type hinting.
zeldarose/tasks/rtd.py:22:12: TCH004 Move import `transformers.modeling_outputs` out of type-checking block. Import is used for more than type hinting.
Found 5 errors (2 fixed, 3 remaining).
Found 1 error (1 fixed, 0 remaining).
src/mode/threads.py:17:28: TCH003 Move standard library import `asyncio.events.AbstractEventLoop` into a type-checking block
src/mode/types/services.py:16:8: TCH003 Move standard library import `asyncio` into a type-checking block
src/mode/types/services.py:17:24: TCH003 Move standard library import `contextlib.AsyncExitStack` into a type-checking block
src/mode/types/services.py:17:40: TCH003 Move standard library import `contextlib.ExitStack` into a type-checking block
src/mode/types/services.py:19:36: TCH001 Move application import `mode.utils.types.trees.NodeT` into a type-checking block
src/mode/types/signals.py:19:28: TCH003 Move standard library import `asyncio.events.AbstractEventLoop` into a type-checking block
src/mode/types/supervisors.py:8:30: TCH001 Move application import `mode.utils.times.Seconds` into a type-checking block
src/mode/utils/logging.py:37:19: TCH003 Move standard library import `types.TracebackType` into a type-checking block
src/mode/utils/types/trees.py:8:21: TCH001 Move application import `.graphs.DependencyGraphT` into a type-checking block
src/mode/worker.py:31:24: TCH001 Move application import `mode.types.ServiceT` into a type-checking block
src/mode/worker.py:37:26: TCH001 Move application import `.utils.times.Seconds` into a type-checking block
Found 11 errors.
Found 1 error (1 fixed, 0 remaining).
error: TOML parse error at line 7, column 42
|
7 | fixable = ["A", "B", "C", "D", "E", "F", "..."]
| ^^^^^
Unknown rule selector: `...`
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
error: Failed to parse scripts/create_users.py:9:110: Got unexpected token  
Found 1 error (1 fixed, 0 remaining).
error: Failed to parse `/app/checkouts/mad-lab-fau/BioPsyKit/ruff.toml`: TOML parse error at line 113, column 2
|
113 | [pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
error: Failed to parse `/app/checkouts/mad-lab-fau/carwatch/ruff.toml`: TOML parse error at line 113, column 2
|
113 | [pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
error: TOML parse error at line 66, column 1
|
66 | update-check = true
| ^^^^^^^^^^^^
unknown field `update-check`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
error: TOML parse error at line 72, column 1
|
72 | update-check = true
| ^^^^^^^^^^^^
unknown field `update-check`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
error: TOML parse error at line 124, column 12
|
124 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 8 errors (8 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
pyproject.toml:24:12: RUF200 Failed to parse pyproject.toml: Expected one of `@`, `(`, `<`, `=`, `>`, `~`, `!`, `;`, found `^`
poetry-core^1.4.0
^
Found 1 error.
Found 1 error (1 fixed, 0 remaining).
Found 14 errors (14 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
error: TOML parse error at line 198, column 1
|
198 | update-check = false
| ^^^^^^^^^^^^
unknown field `update-check`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 23 errors (23 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
src/pyrho/charge_density.py:15:37: TCH002 Move third-party import `pymatgen.core.structure.Structure` into a type-checking block
src/pyrho/utils.py:8:26: TCH002 Move third-party import `numpy.typing.ArrayLike` into a type-checking block
src/pyrho/utils.py:8:37: TCH002 Move third-party import `numpy.typing.NDArray` into a type-checking block
src/pyrho/vis/scatter.py:7:29: TCH002 Move third-party import `matplotlib.axes.Axes` into a type-checking block
Found 4 errors.
Found 11 errors (11 fixed, 0 remaining).
Found 6 errors (6 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
synapse/module_api/callbacks/spamchecker_callbacks.py:45:12: TCH004 Move import `synapse.server` out of type-checking block. Import is used for more than type hinting.
synapse/storage/databases/main/filtering.py:32:32: TCH001 Move application import `synapse.server.HomeServer` into a type-checking block
Found 58 errors (56 fixed, 2 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 7 errors (7 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
error: Failed to parse src/power_rankings/rank_by_week.py:1:10: expected '":"', but got Newline
error: TOML parse error at line 198, column 1
|
198 | update-check = false
| ^^^^^^^^^^^^
unknown field `update-check`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
error: TOML parse error at line 198, column 1
|
198 | update-check = false
| ^^^^^^^^^^^^
unknown field `update-check`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 187 errors (187 fixed, 0 remaining).
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
Found 8 errors (8 fixed, 0 remaining).
mesonpy/_compat.py:42:39: TCH004 Move import `typing_extensions.ParamSpec` out of type-checking block. Import is used for more than type hinting.
Found 3 errors (2 fixed, 1 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 113 errors (113 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 40 errors (40 fixed, 0 remaining).
audio/model/sweep.py:
15:25 TCH004 Move import `pathlib.Path` out of type-checking block. Import is used for more than type hinting.
Found 30 errors (29 fixed, 1 remaining).
inky_pi/display/display_base.py:11:38: TCH001 Move application import `inky_pi.train.train_base.TrainBase` into a type-checking block
Found 1 error.
Found 1 error (1 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
error: TOML parse error at line 156, column 12
|
156 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
error: TOML parse error at line 156, column 12
|
156 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 7 errors (7 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
utils/models.py:4:8: TCH003 Move standard library import `datetime` into a type-checking block
utils/models.py:8:8: TCH002 Move third-party import `aiohttp` into a type-checking block
utils/models.py:11:8: TCH002 Move third-party import `lavaplayer` into a type-checking block
utils/nav/menu.py:7:8: TCH002 Move third-party import `lightbulb` into a type-checking block
Found 4 errors.
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 28 errors (28 fixed, 0 remaining).
Found 20 errors (20 fixed, 0 remaining).
src/bilder/components/traefik/models/traefik_file_provider.py:13:61: TCH002 Move third-party import `bilder.components.traefik.models.traefik_static.ServersTransport` into a type-checking block
Found 1 error.
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 121 errors (121 fixed, 0 remaining).
Found 10 errors (10 fixed, 0 remaining).
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/modeling_flax_{{cookiecutter.lowercase_modelname}}.py:17:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/test_modeling_{{cookiecutter.lowercase_modelname}}.py:18:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/configuration_{{cookiecutter.lowercase_modelname}}.py:23:37: unexpected token '_PRETRAINED_CONFIG_ARCHIVE_MAP'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/to_replace_{{cookiecutter.lowercase_modelname}}.py:30:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/test_modeling_tf_{{cookiecutter.lowercase_modelname}}.py:16:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/modeling_tf_{{cookiecutter.lowercase_modelname}}.py:17:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/test_modeling_flax_{{cookiecutter.lowercase_modelname}}.py:16:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/__init__.py:19:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/modeling_{{cookiecutter.lowercase_modelname}}.py:17:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/tokenization_{{cookiecutter.lowercase_modelname}}.py:17:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}/tokenization_fast_{{cookiecutter.lowercase_modelname}}.py:17:2: unexpected token '%'
error: Failed to parse templates/adding_a_new_example_script/{{cookiecutter.directory_name}}/run_{{cookiecutter.example_shortcut}}.py:21:2: unexpected token '%'
error: Failed to parse templates/adding_a_missing_tokenization_test/cookiecutter-template-{{cookiecutter.modelname}}/test_tokenization_{{cookiecutter.lowercase_modelname}}.py:20:2: unexpected token '%'
src/transformers/__init__.py:4163:9: TCH004 Move import `.utils.is_flax_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4164:9: TCH004 Move import `.utils.is_keras_nlp_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4171:9: TCH004 Move import `.utils.is_sentencepiece_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4173:9: TCH004 Move import `.utils.is_speech_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4174:9: TCH004 Move import `.utils.is_tensorflow_text_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4175:9: TCH004 Move import `.utils.is_tf_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4176:9: TCH004 Move import `.utils.is_timm_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4177:9: TCH004 Move import `.utils.is_tokenizers_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4178:9: TCH004 Move import `.utils.is_torch_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4182:9: TCH004 Move import `.utils.is_vision_available` out of type-checking block. Import is used for more than type hinting.
src/transformers/__init__.py:4183:9: TCH004 Move import `.utils.logging` out of type-checking block. Import is used for more than type hinting.
Found 48 errors (37 fixed, 11 remaining).
Found 8 errors (8 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 10 errors (10 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 7 errors (7 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 10 errors (10 fixed, 0 remaining).
Found 53 errors (53 fixed, 0 remaining).
Found 16 errors (16 fixed, 0 remaining).
error: Failed to parse third_party/python/PyYAML/lib/yaml/constructor.py:173:29: unexpected token ','
error: Failed to parse third_party/python/PyYAML/lib/yaml/scanner.py:1421:34: unexpected token ','
error: Failed to parse third_party/python/PyYAML/lib/yaml/reader.py:168:42: unexpected token ','
error: Failed to parse third_party/python/PyYAML/lib/yaml/resolver.py:172:22: unexpected token """^(?:yes|Yes|YES|no|No|NO⏎...
error: Failed to parse third_party/libwebrtc/examples/androidapp/start_loopback_stubbed_camera_saved_video_out.py:102:11: unexpected token 'extras'
error: Failed to parse third_party/python/ply/example/unicalc/calc.py:21:12: unexpected token "\+"
error: Failed to parse third_party/python/ply/example/GardenSnake/GardenSnake.py:159:11: unexpected token "Skipping"
error: Failed to parse third_party/aom/test/visual_metrics.py:460:9: unexpected token 'FillForm'
error: Failed to parse third_party/aom/tools/gen_constrained_tokenset.py:111:11: unexpected token "{"
error: Failed to parse third_party/libwebrtc/rtc_tools/metrics_plotter.py:65:19: unexpected token 'line'
error: Failed to parse third_party/aom/tools/intersect-diffs.py:74:15: unexpected token 'FormatDiffHunks'
error: Failed to parse third_party/aom/tools/lint-hunks.py:68:28: unexpected token ','
error: Failed to parse third_party/libwebrtc/modules/audio_coding/audio_network_adaptor/parse_ana_dump.py:41:15: unexpected token "Invalid message in file"
error: Failed to parse third_party/libwebrtc/modules/video_coding/codecs/test/plot_webrtc_test_logs.py:245:15: unexpected token "Not a float, skipped %s"
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/CustomType.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/RustBufferTemplate.py:11:37: expected 'name', but got '{'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/TopLevelFunctionTemplate.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/MapTemplate.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/ErrorTemplate.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/EnumTemplate.py:7:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/ObjectTemplate.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/CallbackInterfaceTemplate.py:1:2: unexpected token '%'
error: Failed to parse toolkit/crashreporter/google-breakpad/src/tools/python/filter_syms.py:197:28: unexpected token ','
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/RecordTemplate.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/OptionalTemplate.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/wrapper.py:27:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/Types.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/SequenceTemplate.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/NamespaceLibraryTemplate.py:34:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/ExternalTemplate.py:1:2: unexpected token '%'
error: Failed to parse third_party/rust/uniffi_bindgen/src/bindings/python/templates/macros.py:2:1: unexpected token '//'
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/scripts/fuse_gtest_files.py:93:11: unexpected token "ERROR: Cannot find %s in directory %s."
error: Failed to parse third_party/libwebrtc/video/full_stack_tests_plot.py:461:19: unexpected token "Saving to"
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/scripts/pump.py:249:11: unexpected token "ERROR: %s expected at %s."
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/scripts/upload.py:82:19: unexpected token ','
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/scripts/gen_gtest_pred_impl.py:306:9: unexpected token "Updating file %s . . ."
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/xcode/Scripts/versiongenerate.py:57:9: unexpected token "Usage: versiongenerate.py input_dir output_dir"
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/test/gtest_uninitialized_test.py:49:11: unexpected token "Expected: %s"
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/test/gtest_throw_on_failure_test.py:73:9: unexpected token "Running "%s". . ."
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/test/gtest_xml_output_unittest.py:166:19: unexpected token ','
error: Failed to parse third_party/rust/cubeb-sys/libcubeb/googletest/test/gtest_env_var_test.py:50:11: unexpected token "Expected: %s"
error: Failed to parse third_party/python/rsa/create_timing_table.py:23:11: unexpected token "%5i bit: %9.3f sec. (%i iterations over %.1f seconds)"
error: Failed to parse media/libvpx/libvpx/test/android/get_files.py:41:11: unexpected token "Error reading "
error: Failed to parse media/libvpx/libvpx/test/android/scrape_gtest_log.py:25:11: unexpected token "Expects a file to write json to!"
error: Failed to parse dom/canvas/test/webgl-conf/checkout/conformance/ogles/process-ogles2-tests.py:15:10: unexpected token "Wrong Python Version !!!: Need >= 2.6"
error: Failed to parse dom/canvas/test/webgl-conf/checkout/deqp/build.py:140:15: unexpected token "The file "
error: Failed to parse dom/canvas/test/webgl-conf/checkout/deqp/genHTMLfromTest.py:13:8: unexpected token "Generating "
error: Failed to parse third_party/python/python-hglib/examples/stats.py:29:7: unexpected token "%d revisions"
Found 46 errors (46 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Fixed 102 errors:
- music_assistant/client/client.py:
1 × TCH003 (typing-only-standard-library-import)
1 × TCH001 (typing-only-first-party-import)
- music_assistant/client/players.py:
2 × TCH001 (typing-only-first-party-import)
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/common/models/config_entries.py:
1 × TCH003 (typing-only-standard-library-import)
1 × TCH001 (typing-only-first-party-import)
- music_assistant/common/models/media_items.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/common/models/player_queue.py:
2 × TCH001 (typing-only-first-party-import)
- music_assistant/server/controllers/config.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/controllers/media/base.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/controllers/media/playlists.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/controllers/music.py:
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/controllers/player_queues.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/controllers/players.py:
1 × TCH003 (typing-only-standard-library-import)
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/controllers/streams.py:
1 × TCH003 (typing-only-standard-library-import)
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/controllers/webserver.py:
2 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/helpers/api.py:
1 × TCH005 (empty-type-checking-block)
- music_assistant/server/helpers/audio.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/helpers/database.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/helpers/process.py:
2 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/helpers/tags.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/models/__init__.py:
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/models/metadata_provider.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/models/music_provider.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/models/player_provider.py:
2 × TCH001 (typing-only-first-party-import)
- music_assistant/server/models/plugin.py:
1 × TCH005 (empty-type-checking-block)
- music_assistant/server/models/provider.py:
5 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/airplay/__init__.py:
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/chromecast/__init__.py:
1 × TCH001 (typing-only-first-party-import)
1 × TCH002 (typing-only-third-party-import)
- music_assistant/server/providers/chromecast/helpers.py:
1 × TCH002 (typing-only-third-party-import)
- music_assistant/server/providers/dlna/__init__.py:
4 × TCH003 (typing-only-standard-library-import)
4 × TCH002 (typing-only-third-party-import)
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/fanarttv/__init__.py:
2 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/filesystem_local/__init__.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/filesystem_local/base.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/lms_cli/__init__.py:
2 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/musicbrainz/__init__.py:
2 × TCH001 (typing-only-first-party-import)
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/plex/__init__.py:
5 × TCH002 (typing-only-third-party-import)
3 × TCH003 (typing-only-standard-library-import)
3 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/plex/helpers.py:
1 × TCH002 (typing-only-third-party-import)
- music_assistant/server/providers/qobuz/__init__.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/radiobrowser/__init__.py:
2 × TCH001 (typing-only-first-party-import)
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/slimproto/__init__.py:
2 × TCH003 (typing-only-standard-library-import)
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/sonos/__init__.py:
3 × TCH002 (typing-only-third-party-import)
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/soundcloud/__init__.py:
2 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/spotify/__init__.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/theaudiodb/__init__.py:
2 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/tidal/__init__.py:
3 × TCH003 (typing-only-standard-library-import)
1 × TCH002 (typing-only-third-party-import)
- music_assistant/server/providers/tunein/__init__.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/universal_group/__init__.py:
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/url/__init__.py:
2 × TCH001 (typing-only-first-party-import)
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/websocket_api/__init__.py:
3 × TCH001 (typing-only-first-party-import)
- music_assistant/server/server.py:
2 × TCH001 (typing-only-first-party-import)
Found 102 errors (102 fixed, 0 remaining).
Fixed 102 errors:
- music_assistant/client/client.py:
1 × TCH003 (typing-only-standard-library-import)
1 × TCH001 (typing-only-first-party-import)
- music_assistant/client/players.py:
2 × TCH001 (typing-only-first-party-import)
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/common/models/config_entries.py:
1 × TCH003 (typing-only-standard-library-import)
1 × TCH001 (typing-only-first-party-import)
- music_assistant/common/models/media_items.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/common/models/player_queue.py:
2 × TCH001 (typing-only-first-party-import)
- music_assistant/server/controllers/config.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/controllers/media/base.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/controllers/media/playlists.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/controllers/music.py:
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/controllers/player_queues.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/controllers/players.py:
1 × TCH003 (typing-only-standard-library-import)
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/controllers/streams.py:
1 × TCH003 (typing-only-standard-library-import)
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/controllers/webserver.py:
2 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/helpers/api.py:
1 × TCH005 (empty-type-checking-block)
- music_assistant/server/helpers/audio.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/helpers/database.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/helpers/process.py:
2 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/helpers/tags.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/models/__init__.py:
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/models/metadata_provider.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/models/music_provider.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/models/player_provider.py:
2 × TCH001 (typing-only-first-party-import)
- music_assistant/server/models/plugin.py:
1 × TCH005 (empty-type-checking-block)
- music_assistant/server/models/provider.py:
5 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/airplay/__init__.py:
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/chromecast/__init__.py:
1 × TCH001 (typing-only-first-party-import)
1 × TCH002 (typing-only-third-party-import)
- music_assistant/server/providers/chromecast/helpers.py:
1 × TCH002 (typing-only-third-party-import)
- music_assistant/server/providers/dlna/__init__.py:
4 × TCH003 (typing-only-standard-library-import)
4 × TCH002 (typing-only-third-party-import)
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/fanarttv/__init__.py:
2 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/filesystem_local/__init__.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/filesystem_local/base.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/lms_cli/__init__.py:
2 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/musicbrainz/__init__.py:
2 × TCH001 (typing-only-first-party-import)
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/plex/__init__.py:
5 × TCH002 (typing-only-third-party-import)
3 × TCH003 (typing-only-standard-library-import)
3 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/plex/helpers.py:
1 × TCH002 (typing-only-third-party-import)
- music_assistant/server/providers/qobuz/__init__.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/radiobrowser/__init__.py:
2 × TCH001 (typing-only-first-party-import)
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/slimproto/__init__.py:
2 × TCH003 (typing-only-standard-library-import)
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/sonos/__init__.py:
3 × TCH002 (typing-only-third-party-import)
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/soundcloud/__init__.py:
2 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/spotify/__init__.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/theaudiodb/__init__.py:
2 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/tidal/__init__.py:
3 × TCH003 (typing-only-standard-library-import)
1 × TCH002 (typing-only-third-party-import)
- music_assistant/server/providers/tunein/__init__.py:
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/universal_group/__init__.py:
1 × TCH001 (typing-only-first-party-import)
- music_assistant/server/providers/url/__init__.py:
2 × TCH001 (typing-only-first-party-import)
1 × TCH003 (typing-only-standard-library-import)
- music_assistant/server/providers/websocket_api/__init__.py:
3 × TCH001 (typing-only-first-party-import)
- music_assistant/server/server.py:
2 × TCH001 (typing-only-first-party-import)
Found 102 errors (102 fixed, 0 remaining).
error: TOML parse error at line 77, column 12
|
77 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 32 errors (32 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
error: TOML parse error at line 200, column 1
|
200 | update-check = false
| ^^^^^^^^^^^^
unknown field `update-check`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 3 errors (3 fixed, 0 remaining).
Found 97 errors (97 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
nautilus_trader/adapters/betfair/data.py:46:55: TCH001 Move application import `nautilus_trader.model.instruments.betting.BettingInstrument` into a type-checking block
nautilus_trader/adapters/betfair/execution.py:69:50: TCH001 Move application import `nautilus_trader.model.events.account.AccountState` into a type-checking block
nautilus_trader/adapters/betfair/parsing/streaming.py:27:58: TCH001 Move application import `nautilus_trader.adapters.betfair.client.spec.ClearedOrder` into a type-checking block
nautilus_trader/adapters/binance/common/data.py:33:59: TCH001 Move application import `nautilus_trader.adapters.binance.common.types.BinanceBar` into a type-checking block
nautilus_trader/adapters/binance/common/data.py:34:59: TCH001 Move application import `nautilus_trader.adapters.binance.common.types.BinanceTicker` into a type-checking block
nautilus_trader/adapters/binance/common/data.py:49:45: TCH001 Move application import `nautilus_trader.model.data.book.OrderBookDelta` into a type-checking block
nautilus_trader/adapters/binance/common/data.py:50:45: TCH001 Move application import `nautilus_trader.model.data.book.OrderBookDeltas` into a type-checking block
nautilus_trader/adapters/binance/common/data.py:51:45: TCH001 Move application import `nautilus_trader.model.data.book.OrderBookSnapshot` into a type-checking block
nautilus_trader/adapters/binance/common/data.py:52:45: TCH001 Move application import `nautilus_trader.model.data.tick.QuoteTick` into a type-checking block
nautilus_trader/adapters/binance/common/data.py:53:45: TCH001 Move application import `nautilus_trader.model.data.tick.TradeTick` into a type-checking block
nautilus_trader/adapters/binance/common/execution.py:25:69: TCH001 Move application import `nautilus_trader.adapters.binance.common.schemas.account.BinanceOrder` into a type-checking block
nautilus_trader/adapters/binance/common/execution.py:26:69: TCH001 Move application import `nautilus_trader.adapters.binance.common.schemas.account.BinanceUserTrade` into a type-checking block
nautilus_trader/adapters/binance/common/execution.py:28:66: TCH001 Move application import `nautilus_trader.adapters.binance.common.schemas.user.BinanceListenKey` into a type-checking block
nautilus_trader/adapters/binance/common/execution.py:67:43: TCH001 Move application import `nautilus_trader.model.objects.Price` into a type-checking block
nautilus_trader/adapters/binance/common/execution.py:74:44: TCH001 Move application import `nautilus_trader.model.position.Position` into a type-checking block
nautilus_trader/adapters/binance/futures/data.py:36:45: TCH001 Move application import `nautilus_trader.model.data.book.OrderBookDelta` into a type-checking block
nautilus_trader/adapters/binance/futures/data.py:37:45: TCH001 Move application import `nautilus_trader.model.data.book.OrderBookDeltas` into a type-checking block
nautilus_trader/adapters/binance/futures/data.py:38:45: TCH001 Move application import `nautilus_trader.model.data.book.OrderBookSnapshot` into a type-checking block
nautilus_trader/adapters/binance/futures/data.py:39:45: TCH001 Move application import `nautilus_trader.model.data.tick.TradeTick` into a type-checking block
nautilus_trader/adapters/binance/futures/data.py:40:47: TCH001 Move application import `nautilus_trader.model.identifiers.InstrumentId` into a type-checking block
nautilus_trader/adapters/binance/futures/execution.py:22:56: TCH001 Move application import `nautilus_trader.accounting.accounts.margin.MarginAccount` into a type-checking block
nautilus_trader/adapters/binance/futures/execution.py:31:70: TCH001 Move application import `nautilus_trader.adapters.binance.futures.schemas.account.BinanceFuturesAccountInfo` into a type-checking block
nautilus_trader/adapters/binance/futures/execution.py:32:70: TCH001 Move application import `nautilus_trader.adapters.binance.futures.schemas.account.BinanceFuturesPositionRisk` into a type-checking block
nautilus_trader/adapters/binance/futures/execution.py:48:47: TCH001 Move application import `nautilus_trader.model.identifiers.InstrumentId` into a type-checking block
nautilus_trader/adapters/binance/futures/providers.py:25:68: TCH001 Move application import `nautilus_trader.adapters.binance.common.schemas.market.BinanceSymbolFilter` into a type-checking block
nautilus_trader/adapters/binance/spot/data.py:33:45: TCH001 Move application import `nautilus_trader.model.data.book.OrderBookDelta` into a type-checking block
nautilus_trader/adapters/binance/spot/data.py:34:45: TCH001 Move application import `nautilus_trader.model.data.book.OrderBookDeltas` into a type-checking block
nautilus_trader/adapters/binance/spot/data.py:35:45: TCH001 Move application import `nautilus_trader.model.data.book.OrderBookSnapshot` into a type-checking block
nautilus_trader/adapters/binance/spot/data.py:36:45: TCH001 Move application import `nautilus_trader.model.data.tick.TradeTick` into a type-checking block
nautilus_trader/adapters/binance/spot/data.py:37:47: TCH001 Move application import `nautilus_trader.model.identifiers.InstrumentId` into a type-checking block
nautilus_trader/adapters/binance/spot/execution.py:30:67: TCH001 Move application import `nautilus_trader.adapters.binance.spot.schemas.account.BinanceSpotAccountInfo` into a type-checking block
nautilus_trader/adapters/binance/spot/providers.py:24:68: TCH001 Move application import `nautilus_trader.adapters.binance.common.schemas.market.BinanceSymbolFilter` into a type-checking block
nautilus_trader/adapters/interactive_brokers/execution.py:57:47: TCH001 Move application import `nautilus_trader.model.instruments.Instrument` into a type-checking block
nautilus_trader/adapters/interactive_brokers/execution.py:61:42: TCH001 Move application import `nautilus_trader.model.orders.Order` into a type-checking block
nautilus_trader/adapters/interactive_brokers/providers.py:37:47: TCH001 Move application import `nautilus_trader.model.instruments.Instrument` into a type-checking block
nautilus_trader/examples/algorithms/twap.py:29:47: TCH001 Move application import `nautilus_trader.model.instruments.Instrument` into a type-checking block
nautilus_trader/examples/algorithms/twap.py:30:43: TCH001 Move application import `nautilus_trader.model.objects.Quantity` into a type-checking block
nautilus_trader/examples/strategies/ema_cross.py:37:42: TCH001 Move application import `nautilus_trader.model.orders.MarketOrder` into a type-checking block
nautilus_trader/examples/strategies/ema_cross_bracket.py:35:47: TCH001 Move application import `nautilus_trader.model.instruments.Instrument` into a type-checking block
nautilus_trader/examples/strategies/ema_cross_bracket.py:36:47: TCH001 Move application import `nautilus_trader.model.orders.list.OrderList` into a type-checking block
nautilus_trader/examples/strategies/ema_cross_bracket_algo.py:36:47: TCH001 Move application import `nautilus_trader.model.instruments.Instrument` into a type-checking block
nautilus_trader/examples/strategies/ema_cross_bracket_algo.py:37:43: TCH001 Move application import `nautilus_trader.model.objects.Price` into a type-checking block
nautilus_trader/examples/strategies/ema_cross_bracket_algo.py:38:42: TCH001 Move application import `nautilus_trader.model.orders.OrderList` into a type-checking block
nautilus_trader/examples/strategies/ema_cross_stop_entry.py:38:42: TCH001 Move application import `nautilus_trader.model.orders.MarketIfTouchedOrder` into a type-checking block
nautilus_trader/examples/strategies/ema_cross_stop_entry.py:39:42: TCH001 Move application import `nautilus_trader.model.orders.TrailingStopMarketOrder` into a type-checking block
nautilus_trader/examples/strategies/ema_cross_trailing_stop.py:40:42: TCH001 Move application import `nautilus_trader.model.orders.MarketOrder` into a type-checking block
nautilus_trader/examples/strategies/ema_cross_trailing_stop.py:41:42: TCH001 Move application import `nautilus_trader.model.orders.TrailingStopMarketOrder` into a type-checking block
nautilus_trader/examples/strategies/ema_cross_twap.py:40:42: TCH001 Move application import `nautilus_trader.model.orders.MarketOrder` into a type-checking block
nautilus_trader/examples/strategies/market_maker.py:30:47: TCH001 Move application import `nautilus_trader.model.instruments.Instrument` into a type-checking block
nautilus_trader/examples/strategies/orderbook_imbalance.py:30:47: TCH001 Move application import `nautilus_trader.model.instruments.Instrument` into a type-checking block
nautilus_trader/examples/strategies/signal_strategy.py:22:47: TCH001 Move application import `nautilus_trader.model.instruments.Instrument` into a type-checking block
nautilus_trader/examples/strategies/volatility_market_maker.py:37:42: TCH001 Move application import `nautilus_trader.model.orders.LimitOrder` into a type-checking block
nautilus_trader/live/execution_engine.py:65:44: TCH001 Move application import `nautilus_trader.model.position.Position` into a type-checking block
nautilus_trader/serialization/arrow/implementations/account_state.py:22:44: TCH001 Move application import `nautilus_trader.model.currency.Currency` into a type-checking block
nautilus_trader/serialization/arrow/implementations/account_state.py:24:47: TCH001 Move application import `nautilus_trader.model.identifiers.InstrumentId` into a type-checking block
nautilus_trader/system/kernel.py:30:42: TCH001 Move application import `nautilus_trader.common.actor.Actor` into a type-checking block
nautilus_trader/system/kernel.py:55:49: TCH001 Move application import `nautilus_trader.execution.algorithm.ExecAlgorithm` into a type-checking block
nautilus_trader/system/kernel.py:70:46: TCH001 Move application import `nautilus_trader.trading.strategy.Strategy` into a type-checking block
nautilus_trader/test_kit/mocks/exec_clients.py:22:48: TCH001 Move application import `nautilus_trader.execution.messages.TradingCommand` into a type-checking block
nautilus_trader/test_kit/mocks/strategies.py:22:47: TCH001 Move application import `nautilus_trader.model.identifiers.PositionId` into a type-checking block
tests/integration_tests/adapters/betfair/test_betfair_data.py:53:45: TCH001 Move application import `nautilus_trader.model.orderbook.L2OrderBook` into a type-checking block
tests/integration_tests/adapters/betfair/test_betfair_execution.py:35:47: TCH001 Move application import `nautilus_trader.execution.reports.OrderStatusReport` into a type-checking block
tests/integration_tests/adapters/betfair/test_betfair_parsing.py:71:45: TCH001 Move application import `nautilus_trader.model.orderbook.L2OrderBook` into a type-checking block
tests/integration_tests/network/test_http.py:22:32: TCH002 Move third-party import `aiohttp.test_utils.TestServer` into a type-checking block
tests/unit_tests/backtest/test_backtest_matching_engine.py:31:42: TCH001 Move application import `nautilus_trader.model.orders.MarketOrder` into a type-checking block
tests/unit_tests/execution/test_execution_algorithm.py:26:42: TCH001 Move application import `nautilus_trader.common.timer.TimeEventHandler` into a type-checking block
tests/unit_tests/execution/test_execution_algorithm.py:50:47: TCH001 Move application import `nautilus_trader.model.orders.list.OrderList` into a type-checking block
tests/unit_tests/model/test_model_tick_scheme.py:23:70: TCH001 Move application import `nautilus_trader.model.tick_scheme.implementations.tiered.TieredTickScheme` into a type-checking block
tests/unit_tests/persistence/test_catalog.py:20:8: TCH002 Move third-party import `fsspec` into a type-checking block
tests/unit_tests/persistence/test_metadata.py:16:8: TCH002 Move third-party import `fsspec` into a type-checking block
Found 70 errors.
Found 2 errors (2 fixed, 0 remaining).
maflib/writer.py:8:8: TCH003 Move standard library import `logging` into a type-checking block
Found 1 error.
Found 1 error (1 fixed, 0 remaining).
Found 86 errors (86 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 17 errors (17 fixed, 0 remaining).
Found 34 errors (34 fixed, 0 remaining).
Found 10 errors (10 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
src/dispatch/auth/permissions.py:11:34: TCH001 Move application import `dispatch.case.models.Case` into a type-checking block
src/dispatch/plugins/dispatch_slack/handler.py:13:30: TCH002 Move third-party import `slack_bolt.oauth.OAuthFlow` into a type-checking block
Found 2 errors.
app/helpers/db_utils.py:4:32: TCH002 Move third-party import `pymongo.collection.Collection` into a type-checking block
app/helpers/db_utils.py:5:29: TCH002 Move third-party import `umongo.document.DocumentImplementation` into a type-checking block
app/services/crud.py:7:29: TCH002 Move third-party import `pymongo.results.InsertManyResult` into a type-checking block
app/services/crud.py:7:47: TCH002 Move third-party import `pymongo.results.UpdateResult` into a type-checking block
app/tests/routers/test_auth.py:12:40: TCH002 Move third-party import `eth_account.datastructures.SignedMessage` into a type-checking block
app/tests/services/test_auth_service.py:8:40: TCH002 Move third-party import `eth_account.datastructures.SignedMessage` into a type-checking block
Found 6 errors.
error: error parsing glob '/app/checkouts/nickatnight/cookiecutter-fastapi-backend/{{ cookiecutter.project_slug }}/{{ cookiecutter.backend_container_name }}/.git': nested alternate groups are not allowed
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 83 errors (83 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
Found 21 errors (21 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
langchain/document_loaders/discord.py:10:12: TCH004 Move import `pandas` out of type-checking block. Import is used for more than type hinting.
Found 178 errors (177 fixed, 1 remaining).
Found 1 error (1 fixed, 0 remaining).
error: TOML parse error at line 213, column 12
|
213 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
floris/simulation/farm.py:19:8: TCH002 Move third-party import `attrs` into a type-checking block
floris/simulation/flow_field.py:17:8: TCH002 Move third-party import `attrs` into a type-checking block
floris/simulation/grid.py:21:8: TCH002 Move third-party import `attrs` into a type-checking block
floris/simulation/solver.py:30:36: TCH001 Move application import `floris.simulation.wake.WakeModelManager` into a type-checking block
floris/simulation/solver.py:37:29: TCH001 Move application import `floris.type_dec.NDArrayFloat` into a type-checking block
floris/tools/floris_interface.py:33:29: TCH001 Move application import `floris.type_dec.NDArrayFloat` into a type-checking block
floris/tools/visualization.py:29:43: TCH001 Move application import `floris.tools.floris_interface.FlorisInterface` into a type-checking block
Found 7 errors.
Found 214 errors (214 fixed, 0 remaining).
Found 16 errors (16 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 96 errors (96 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
warning: `M` has been remapped to `RUF100`.
Found 1 error (1 fixed, 0 remaining).
error: Failed to parse contrib/api_template.py:48:25: unexpected token '2'
Fixed 1 error:
- mangadlp/app.py:
1 × TCH001 (typing-only-first-party-import)
Found 1 error (1 fixed, 0 remaining).
Found 20 errors (20 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 17 errors (17 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
river/tree/splitter/qo_splitter.py:13:23: TCH004 Move import `river.utils` out of type-checking block. Import is used for more than type hinting.
Found 59 errors (58 fixed, 1 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
pyproject.toml:7:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 18 errors (17 fixed, 1 remaining).
Found 3 errors (3 fixed, 0 remaining).
src/openscm_calibration/matplotlib_utils.py:28:12: TCH004 Move import `IPython` out of type-checking block. Import is used for more than type hinting.
src/openscm_calibration/scipy_plotting.py:28:12: TCH004 Move import `scmdata.run` out of type-checking block. Import is used for more than type hinting.
Found 11 errors (9 fixed, 2 remaining).
error: TOML parse error at line 14, column 11
|
14 | fix = true{% if cookiecutter.add_linters == 'no' %}
| ^
expected newline, `#`
Found 7 errors (7 fixed, 0 remaining).
setup.py:10:19: TCH003 Move standard library import `types.ModuleType` into a type-checking block
src/anomalib/data/__init__.py:11:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/data/__init__.py:11:35: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/data/avenue.py:24:8: TCH002 Move third-party import `albumentations` into a type-checking block
src/anomalib/data/base/datamodule.py:12:20: TCH002 Move third-party import `pandas.DataFrame` into a type-checking block
src/anomalib/data/base/datamodule.py:14:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.EVAL_DATALOADERS` into a type-checking block
src/anomalib/data/base/datamodule.py:14:65: TCH002 Move third-party import `pytorch_lightning.utilities.types.TRAIN_DATALOADERS` into a type-checking block
src/anomalib/data/base/datamodule.py:17:40: TCH001 Move application import `anomalib.data.base.dataset.AnomalibDataset` into a type-checking block
src/anomalib/data/base/dataset.py:14:8: TCH002 Move third-party import `albumentations` into a type-checking block
src/anomalib/data/base/dataset.py:19:19: TCH002 Move third-party import `torch.Tensor` into a type-checking block
src/anomalib/data/base/depth.py:7:8: TCH002 Move third-party import `albumentations` into a type-checking block
src/anomalib/data/base/depth.py:10:19: TCH002 Move third-party import `torch.Tensor` into a type-checking block
src/anomalib/data/base/video.py:9:8: TCH002 Move third-party import `albumentations` into a type-checking block
src/anomalib/data/base/video.py:11:20: TCH002 Move third-party import `pandas.DataFrame` into a type-checking block
src/anomalib/data/btech.py:18:8: TCH002 Move third-party import `albumentations` into a type-checking block
src/anomalib/data/btech.py:21:31: TCH002 Move third-party import `pandas.core.frame.DataFrame` into a type-checking block
src/anomalib/data/folder.py:12:8: TCH002 Move third-party import `albumentations` into a type-checking block
src/anomalib/data/folder_3d.py:13:8: TCH002 Move third-party import `albumentations` into a type-checking block
src/anomalib/data/inference.py:8:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
src/anomalib/data/inference.py:11:8: TCH002 Move third-party import `albumentations` into a type-checking block
src/anomalib/data/kolektor.py:25:8: TCH002 Move third-party import `albumentations` into a type-checking block
src/anomalib/data/mvtec.py:32:8: TCH002 Move third-party import `albumentations` into a type-checking block
src/anomalib/data/mvtec_3d.py:29:8: TCH002 Move third-party import `albumentations` into a type-checking block
src/anomalib/data/shanghaitech.py:23:8: TCH002 Move third-party import `albumentations` into a type-checking block
src/anomalib/data/synthetic.py:25:37: TCH001 Move application import `anomalib.data.task_type.TaskType` into a type-checking block
src/anomalib/data/ucsd_ped.py:13:8: TCH002 Move third-party import `albumentations` into a type-checking block
src/anomalib/data/utils/download.py:9:8: TCH003 Move standard library import `io` into a type-checking block
src/anomalib/data/utils/image.py:13:8: TCH002 Move third-party import `numpy` into a type-checking block
src/anomalib/data/utils/image.py:16:19: TCH002 Move third-party import `torch.Tensor` into a type-checking block
src/anomalib/data/utils/video.py:10:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
src/anomalib/data/utils/video.py:14:19: TCH002 Move third-party import `torch.Tensor` into a type-checking block
src/anomalib/data/visa.py:31:8: TCH002 Move third-party import `albumentations` into a type-checking block
src/anomalib/deploy/export.py:17:25: TCH002 Move third-party import `torch.types.Number` into a type-checking block
src/anomalib/deploy/export.py:19:37: TCH001 Move application import `anomalib.data.task_type.TaskType` into a type-checking block
src/anomalib/deploy/export.py:20:40: TCH001 Move application import `anomalib.models.components.AnomalyModule` into a type-checking block
src/anomalib/deploy/inferencers/base_inferencer.py:17:19: TCH002 Move third-party import `torch.Tensor` into a type-checking block
src/anomalib/deploy/inferencers/openvino_inferencer.py:15:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/deploy/inferencers/torch_inferencer.py:8:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
src/anomalib/deploy/inferencers/torch_inferencer.py:15:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/models/__init__.py:12:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/models/__init__.py:12:35: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/__init__.py:18:40: TCH001 Move application import `anomalib.models.components.AnomalyModule` into a type-checking block
src/anomalib/models/ai_vad/lightning_model.py:13:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/models/ai_vad/lightning_model.py:13:35: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/ai_vad/lightning_model.py:14:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/models/cfa/anomaly_map.py:12:23: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/cfa/lightning_model.py:16:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/models/cfa/lightning_model.py:16:35: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/cfa/lightning_model.py:17:31: TCH002 Move third-party import `pytorch_lightning.Callback` into a type-checking block
src/anomalib/models/cfa/lightning_model.py:19:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/models/cfa/lightning_model.py:21:35: TCH002 Move third-party import `torch.optim.optimizer.Optimizer` into a type-checking block
src/anomalib/models/cfa/torch_model.py:19:35: TCH002 Move third-party import `torch.fx.graph_module.GraphModule` into a type-checking block
src/anomalib/models/cfa/torch_model.py:20:35: TCH002 Move third-party import `torch.nn.common_types._size_2_t` into a type-checking block
src/anomalib/models/cfa/torch_model.py:21:30: TCH002 Move third-party import `torch.utils.data.DataLoader` into a type-checking block
src/anomalib/models/cflow/anomaly_map.py:12:23: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/cflow/lightning_model.py:14:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/models/cflow/lightning_model.py:14:35: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/cflow/lightning_model.py:16:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/models/cflow/lightning_model.py:18:25: TCH002 Move third-party import `torch.optim.Optimizer` into a type-checking block
src/anomalib/models/components/base/anomaly_module.py:15:41: TCH002 Move third-party import `pytorch_lightning.callbacks.Callback` into a type-checking block
src/anomalib/models/components/base/anomaly_module.py:16:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.EPOCH_OUTPUT` into a type-checking block
src/anomalib/models/components/base/anomaly_module.py:16:61: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/models/components/base/anomaly_module.py:18:26: TCH002 Move third-party import `torchmetrics.Metric` into a type-checking block
src/anomalib/models/components/feature_extractors/torchfx.py:14:35: TCH002 Move third-party import `torch.fx.graph_module.GraphModule` into a type-checking block
src/anomalib/models/components/feature_extractors/utils.py:6:35: TCH002 Move third-party import `torch.fx.graph_module.GraphModule` into a type-checking block
src/anomalib/models/components/feature_extractors/utils.py:8:19: TCH001 Move application import `.timm.FeatureExtractor` into a type-checking block
src/anomalib/models/csflow/lightning_model.py:14:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/models/csflow/lightning_model.py:14:35: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/csflow/lightning_model.py:16:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/models/dfkde/lightning_model.py:11:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/models/dfkde/lightning_model.py:11:35: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/dfkde/lightning_model.py:12:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/models/dfm/lightning_model.py:11:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/models/dfm/lightning_model.py:11:35: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/dfm/lightning_model.py:12:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/models/draem/lightning_model.py:14:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/models/draem/lightning_model.py:14:35: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/draem/lightning_model.py:16:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/models/fastflow/anomaly_map.py:10:23: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/fastflow/lightning_model.py:8:8: TCH002 Move third-party import `torch` into a type-checking block
src/anomalib/models/fastflow/lightning_model.py:9:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/models/fastflow/lightning_model.py:9:35: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/fastflow/lightning_model.py:11:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/models/ganomaly/lightning_model.py:14:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/models/ganomaly/lightning_model.py:14:35: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/ganomaly/lightning_model.py:16:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.EPOCH_OUTPUT` into a type-checking block
src/anomalib/models/ganomaly/lightning_model.py:16:61: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/models/padim/anomaly_map.py:10:23: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/padim/lightning_model.py:14:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/models/padim/lightning_model.py:14:35: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/padim/lightning_model.py:15:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/models/padim/torch_model.py:17:37: TCH001 Move application import `anomalib.pre_processing.Tiler` into a type-checking block
src/anomalib/models/patchcore/anomaly_map.py:9:23: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/patchcore/lightning_model.py:14:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/models/patchcore/lightning_model.py:14:35: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/patchcore/lightning_model.py:15:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/models/patchcore/torch_model.py:18:37: TCH001 Move application import `anomalib.pre_processing.Tiler` into a type-checking block
src/anomalib/models/reverse_distillation/anomaly_map.py:19:23: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/reverse_distillation/lightning_model.py:11:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/models/reverse_distillation/lightning_model.py:11:35: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/reverse_distillation/lightning_model.py:13:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/models/reverse_distillation/lightning_model.py:18:26: TCH001 Move application import `.anomaly_map.AnomalyMapGenerationMode` into a type-checking block
src/anomalib/models/reverse_distillation/torch_model.py:16:37: TCH001 Move application import `anomalib.pre_processing.Tiler` into a type-checking block
src/anomalib/models/reverse_distillation/torch_model.py:18:26: TCH001 Move application import `.anomaly_map.AnomalyMapGenerationMode` into a type-checking block
src/anomalib/models/rkde/lightning_model.py:11:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/models/rkde/lightning_model.py:11:35: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/rkde/lightning_model.py:12:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/models/stfpm/anomaly_map.py:10:23: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/stfpm/lightning_model.py:11:8: TCH002 Move third-party import `torch` into a type-checking block
src/anomalib/models/stfpm/lightning_model.py:12:23: TCH002 Move third-party import `omegaconf.DictConfig` into a type-checking block
src/anomalib/models/stfpm/lightning_model.py:12:35: TCH002 Move third-party import `omegaconf.ListConfig` into a type-checking block
src/anomalib/models/stfpm/lightning_model.py:14:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/models/stfpm/torch_model.py:12:37: TCH001 Move application import `anomalib.pre_processing.Tiler` into a type-checking block
src/anomalib/post_processing/visualizer.py:10:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
src/anomalib/utils/callbacks/cdf_normalization.py:11:8: TCH002 Move third-party import `pytorch_lightning` into a type-checking block
src/anomalib/utils/callbacks/cdf_normalization.py:13:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/utils/callbacks/cdf_normalization.py:14:33: TCH002 Move third-party import `torch.distributions.LogNormal` into a type-checking block
src/anomalib/utils/callbacks/cdf_normalization.py:17:40: TCH001 Move application import `anomalib.models.components.AnomalyModule` into a type-checking block
src/anomalib/utils/callbacks/export.py:11:8: TCH002 Move third-party import `pytorch_lightning` into a type-checking block
src/anomalib/utils/callbacks/export.py:15:40: TCH001 Move application import `anomalib.models.components.AnomalyModule` into a type-checking block
src/anomalib/utils/callbacks/metrics_configuration.py:11:8: TCH002 Move third-party import `pytorch_lightning` into a type-checking block
src/anomalib/utils/callbacks/min_max_normalization.py:10:8: TCH002 Move third-party import `pytorch_lightning` into a type-checking block
src/anomalib/utils/callbacks/min_max_normalization.py:13:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/utils/callbacks/min_max_normalization.py:15:40: TCH001 Move application import `anomalib.models.components.AnomalyModule` into a type-checking block
src/anomalib/utils/callbacks/model_loader.py:13:40: TCH001 Move application import `anomalib.models.components.AnomalyModule` into a type-checking block
src/anomalib/utils/callbacks/nncf/callback.py:12:8: TCH002 Move third-party import `pytorch_lightning` into a type-checking block
src/anomalib/utils/callbacks/nncf/callback.py:14:34: TCH002 Move third-party import `nncf.api.compression.CompressionAlgorithmController` into a type-checking block
src/anomalib/utils/callbacks/nncf/utils.py:13:34: TCH002 Move third-party import `nncf.api.compression.CompressionAlgorithmController` into a type-checking block
src/anomalib/utils/callbacks/nncf/utils.py:16:37: TCH002 Move third-party import `nncf.torch.nncf_network.NNCFNetwork` into a type-checking block
src/anomalib/utils/callbacks/nncf/utils.py:17:19: TCH002 Move third-party import `torch.nn` into a type-checking block
src/anomalib/utils/callbacks/nncf/utils.py:18:41: TCH002 Move third-party import `torch.utils.data.dataloader.DataLoader` into a type-checking block
src/anomalib/utils/callbacks/tiler_configuration.py:11:8: TCH002 Move third-party import `pytorch_lightning` into a type-checking block
src/anomalib/utils/callbacks/visualizer/visualizer_base.py:11:8: TCH002 Move third-party import `numpy` into a type-checking block
src/anomalib/utils/callbacks/visualizer/visualizer_base.py:12:8: TCH002 Move third-party import `pytorch_lightning` into a type-checking block
src/anomalib/utils/callbacks/visualizer/visualizer_base.py:16:40: TCH001 Move application import `anomalib.models.components.AnomalyModule` into a type-checking block
src/anomalib/utils/callbacks/visualizer/visualizer_image.py:12:8: TCH002 Move third-party import `pytorch_lightning` into a type-checking block
src/anomalib/utils/callbacks/visualizer/visualizer_image.py:13:47: TCH002 Move third-party import `pytorch_lightning.utilities.types.STEP_OUTPUT` into a type-checking block
src/anomalib/utils/callbacks/visualizer/visualizer_image.py:15:40: TCH001 Move application import `anomalib.models.components.AnomalyModule` into a type-checking block
src/anomalib/utils/callbacks/visualizer/visualizer_metric.py:11:8: TCH002 Move third-party import `pytorch_lightning` into a type-checking block
src/anomalib/utils/callbacks/visualizer/visualizer_metric.py:14:40: TCH001 Move application import `anomalib.models.components.AnomalyModule` into a type-checking block
src/anomalib/utils/loggers/__init__.py:14:34: TCH002 Move third-party import `omegaconf.dictconfig.DictConfig` into a type-checking block
src/anomalib/utils/loggers/__init__.py:15:34: TCH002 Move third-party import `omegaconf.listconfig.ListConfig` into a type-checking block
src/anomalib/utils/loggers/base.py:11:8: TCH002 Move third-party import `numpy` into a type-checking block
src/anomalib/utils/loggers/base.py:12:31: TCH002 Move third-party import `matplotlib.figure.Figure` into a type-checking block
src/anomalib/utils/loggers/comet.py:10:8: TCH002 Move third-party import `numpy` into a type-checking block
src/anomalib/utils/loggers/tensorboard.py:10:8: TCH002 Move third-party import `numpy` into a type-checking block
src/anomalib/utils/loggers/wandb.py:10:8: TCH002 Move third-party import `numpy` into a type-checking block
src/anomalib/utils/loggers/wandb.py:11:31: TCH002 Move third-party import `matplotlib.figure.Figure` into a type-checking block
src/anomalib/utils/metrics/aupr.py:9:31: TCH002 Move third-party import `matplotlib.figure.Figure` into a type-checking block
src/anomalib/utils/metrics/aupr.py:10:19: TCH002 Move third-party import `torch.Tensor` into a type-checking block
src/anomalib/utils/metrics/aupro.py:11:31: TCH002 Move third-party import `matplotlib.figure.Figure` into a type-checking block
src/anomalib/utils/metrics/auroc.py:8:31: TCH002 Move third-party import `matplotlib.figure.Figure` into a type-checking block
src/anomalib/utils/metrics/auroc.py:9:19: TCH002 Move third-party import `torch.Tensor` into a type-checking block
src/anomalib/utils/metrics/plotting_utils.py:10:29: TCH002 Move third-party import `matplotlib.axis.Axis` into a type-checking block
src/anomalib/utils/metrics/plotting_utils.py:11:31: TCH002 Move third-party import `matplotlib.figure.Figure` into a type-checking block
src/anomalib/utils/sweep/helpers/callbacks.py:10:31: TCH002 Move third-party import `pytorch_lightning.Callback` into a type-checking block
src/anomalib/utils/sweep/helpers/inference.py:12:30: TCH002 Move third-party import `torch.utils.data.Dataset` into a type-checking block
tools/inference/gradio_inference.py:18:8: TCH002 Move third-party import `numpy` into a type-checking block
tools/inference/gradio_inference.py:20:29: TCH001 Move application import `anomalib.deploy.Inferencer` into a type-checking block
Found 159 errors.
datumaro/components/annotation.py:16:31: TCH002 Move third-party import `typing_extensions.Literal` into a type-checking block
datumaro/components/annotation.py:18:39: TCH001 Move application import `datumaro.components.media.Image` into a type-checking block
datumaro/components/media.py:8:8: TCH003 Move standard library import `io` into a type-checking block
datumaro/components/project.py:75:42: TCH001 Move application import `datumaro.components.launcher.Launcher` into a type-checking block
datumaro/components/visualizer.py:16:29: TCH002 Move third-party import `matplotlib.text.Text` into a type-checking block
datumaro/plugins/data_formats/datumaro_binary/base.py:7:16: TCH003 Move standard library import `io.BufferedReader` into a type-checking block
datumaro/plugins/data_formats/datumaro_binary/exporter.py:12:16: TCH003 Move standard library import `io.BufferedWriter` into a type-checking block
datumaro/plugins/data_formats/yolo/base.py:21:42: TCH001 Move application import `datumaro.components.importer.ImportContext` into a type-checking block
Found 8 errors.
Found 26 errors (26 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 43 errors (43 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 59 errors (59 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
error: Failed to lint scripts/python/cliTube.py: No such file or directory (os error 2)
Caused by: No such file or directory (os error 2)
error: TOML parse error at line 77, column 11
|
77 | ignore = ["W503"]
| ^^^^^^
Unknown rule selector: `W503`
Found 12 errors (12 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 14 errors (14 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 13 errors (13 fixed, 0 remaining).
error: TOML parse error at line 200, column 1
|
200 | update-check = false
| ^^^^^^^^^^^^
unknown field `update-check`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 27 errors (27 fixed, 0 remaining).
cerbottana/connection.py:5:29: TCH003 Move standard library import `collections.abc.Coroutine` into a type-checking block
cerbottana/connection.py:5:40: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
cerbottana/connection.py:6:25: TCH003 Move standard library import `contextvars.Context` into a type-checking block
cerbottana/connection.py:18:33: TCH001 Move application import `cerbottana.typedefs.RoomId` into a type-checking block
cerbottana/database.py:3:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
cerbottana/handlers/__init__.py:4:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
cerbottana/handlers/__init__.py:4:39: TCH003 Move standard library import `collections.abc.Coroutine` into a type-checking block
cerbottana/handlers/chat.py:8:36: TCH001 Move application import `cerbottana.models.room.Room` into a type-checking block
cerbottana/handlers/room.py:15:33: TCH001 Move application import `cerbottana.typedefs.JsonDict` into a type-checking block
cerbottana/html_utils.py:7:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
cerbottana/html_utils.py:15:31: TCH002 Move third-party import `sqlalchemy.engine.Row` into a type-checking block
cerbottana/html_utils.py:16:28: TCH002 Move third-party import `sqlalchemy.sql.Select` into a type-checking block
cerbottana/models/message.py:5:33: TCH002 Move third-party import `domify.base_element.BaseElement` into a type-checking block
cerbottana/models/message.py:8:36: TCH001 Move application import `cerbottana.models.room.Room` into a type-checking block
cerbottana/models/message.py:9:36: TCH001 Move application import `cerbottana.models.user.User` into a type-checking block
cerbottana/models/room.py:11:33: TCH002 Move third-party import `domify.base_element.BaseElement` into a type-checking block
cerbottana/models/room.py:14:33: TCH001 Move application import `cerbottana.typedefs.RoomId` into a type-checking block
cerbottana/models/user.py:8:33: TCH002 Move third-party import `domify.base_element.BaseElement` into a type-checking block
cerbottana/models/user.py:12:33: TCH001 Move application import `cerbottana.typedefs.Role` into a type-checking block
cerbottana/models/user.py:12:39: TCH001 Move application import `cerbottana.typedefs.UserId` into a type-checking block
cerbottana/plugins/__init__.py:6:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
cerbottana/plugins/__init__.py:6:39: TCH003 Move standard library import `collections.abc.Coroutine` into a type-checking block
cerbottana/plugins/__init__.py:11:33: TCH002 Move third-party import `domify.base_element.BaseElement` into a type-checking block
cerbottana/plugins/eightball.py:7:33: TCH002 Move third-party import `domify.base_element.BaseElement` into a type-checking block
cerbottana/plugins/media.py:9:33: TCH002 Move third-party import `domify.base_element.BaseElement` into a type-checking block
cerbottana/plugins/permissions.py:3:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
cerbottana/plugins/permissions.py:6:33: TCH002 Move third-party import `domify.base_element.BaseElement` into a type-checking block
cerbottana/plugins/permissions.py:8:31: TCH002 Move third-party import `sqlalchemy.engine.Row` into a type-checking block
cerbottana/plugins/profile.py:3:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
cerbottana/plugins/profile.py:7:33: TCH002 Move third-party import `domify.base_element.BaseElement` into a type-checking block
cerbottana/plugins/quotes.py:11:33: TCH002 Move third-party import `domify.base_element.BaseElement` into a type-checking block
cerbottana/plugins/repeats.py:12:33: TCH002 Move third-party import `domify.base_element.BaseElement` into a type-checking block
cerbottana/plugins/sprites.py:12:33: TCH001 Move application import `cerbottana.typedefs.JsonDict` into a type-checking block
cerbottana/plugins/tcg.py:14:33: TCH001 Move application import `cerbottana.typedefs.JsonDict` into a type-checking block
cerbottana/plugins/translations.py:6:28: TCH002 Move third-party import `sqlalchemy.orm.Mapped` into a type-checking block
cerbottana/tasks/__init__.py:4:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
cerbottana/tasks/__init__.py:4:39: TCH003 Move standard library import `collections.abc.Coroutine` into a type-checking block
tests/conftest.py:7:29: TCH003 Move standard library import `collections.abc.AsyncGenerator` into a type-checking block
tests/conftest.py:7:45: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/conftest.py:7:55: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
tests/test_utils.py:6:33: TCH001 Move application import `cerbottana.typedefs.Role` into a type-checking block
Found 41 errors.
useless_discord_bot/plugins/channels.py:6:37: TCH001 Move application import `useless_discord_bot.bot.MyBot` into a type-checking block
useless_discord_bot/plugins/emoji.py:4:29: TCH003 Move standard library import `collections.abc.Awaitable` into a type-checking block
useless_discord_bot/plugins/emoji.py:4:40: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
useless_discord_bot/plugins/emoji.py:13:37: TCH001 Move application import `useless_discord_bot.bot.MyBot` into a type-checking block
useless_discord_bot/plugins/voice_roles.py:3:21: TCH002 Move third-party import `discord.Member` into a type-checking block
useless_discord_bot/plugins/voice_roles.py:3:29: TCH002 Move third-party import `discord.VoiceState` into a type-checking block
useless_discord_bot/plugins/voice_roles.py:5:37: TCH001 Move application import `useless_discord_bot.bot.MyBot` into a type-checking block
Found 7 errors.
error: TOML parse error at line 198, column 1
|
198 | update-check = false
| ^^^^^^^^^^^^
unknown field `update-check`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 20 errors (20 fixed, 0 remaining).
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 4 errors (3 fixed, 1 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 70 errors (70 fixed, 0 remaining).
Found 16 errors (16 fixed, 0 remaining).
error: TOML parse error at line 290, column 12
|
290 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 1 error (1 fixed, 0 remaining).
pyproject.toml:137:12: RUF200 Failed to parse pyproject.toml: Version specifier `> = 1.2.0` doesn't match PEP 440 rules
poetry-core> = 1.2.0
^^^^^^^^^
Found 6 errors (5 fixed, 1 remaining).
pyproject.toml:130:12: RUF200 Failed to parse pyproject.toml: Version specifier `> = 1.2.0` doesn't match PEP 440 rules
poetry-core> = 1.2.0
^^^^^^^^^
Found 1 error.
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 272 errors (272 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
error: Failed to parse completions/btdownloadheadless.py:5:11: unexpected token 'cur'
warning: `M` has been remapped to `RUF100`.
error: TOML parse error at line 197, column 1
|
197 | update-check = false
| ^^^^^^^^^^^^
unknown field `update-check`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 1 error (1 fixed, 0 remaining).
Fixed 3 errors:
- plasmapy/particles/particle_class.py:
2 × TCH003 (typing-only-standard-library-import)
- plasmapy/utils/_units_helpers.py:
1 × TCH003 (typing-only-standard-library-import)
Found 3 errors (3 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 10 errors (10 fixed, 0 remaining).
error: TOML parse error at line 1, column 1
|
1 | {%- set license_classifiers = {
| ^
invalid key
Found 11 errors (11 fixed, 0 remaining).
Found 13 errors (13 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 9 errors (9 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 63 errors (63 fixed, 0 remaining).
Found 7 errors (7 fixed, 0 remaining).
Found 26 errors (26 fixed, 0 remaining).
error: Failed to parse src/cogs/fun.py:41:1: unexpected token Indent
Found 1 error (1 fixed, 0 remaining).
error: TOML parse error at line 156, column 12
|
156 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
src/superqt/__init__.py:10:36: TCH004 Move import `.spinbox._quantity.QQuantity` out of type-checking block. Import is used for more than type hinting.
Found 3 errors (2 fixed, 1 remaining).
Found 36 errors (36 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
Found 10 errors (10 fixed, 0 remaining).
astroid/arguments.py:12:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/bases.py:12:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
astroid/bases.py:12:39: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/bases.py:31:5: TCH001 Move application import `astroid.typing.InferBinaryOp` into a type-checking block
astroid/bases.py:32:5: TCH001 Move application import `astroid.typing.InferenceErrorInfo` into a type-checking block
astroid/bases.py:33:5: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/bases.py:34:5: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/brain/brain_argparse.py:8:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/brain/brain_builtin_inference.py:10:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/brain/brain_builtin_inference.py:10:39: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
astroid/brain/brain_builtin_inference.py:10:49: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/brain/brain_builtin_inference.py:16:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/brain/brain_builtin_inference.py:26:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/brain/brain_builtin_inference.py:26:45: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/brain/brain_collections.py:10:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/brain/brain_dataclasses.py:17:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/brain/brain_dataclasses.py:26:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/brain/brain_functools.py:9:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/brain/brain_functools.py:14:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/brain/brain_functools.py:21:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/brain/brain_functools.py:21:45: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/brain/brain_namedtuple_enum.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/brain/brain_namedtuple_enum.py:15:8: TCH001 Move application import `astroid` into a type-checking block
astroid/brain/brain_numpy_ndarray.py:10:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/brain/brain_numpy_utils.py:10:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/brain/brain_pathlib.py:7:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/brain/brain_random.py:10:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/brain/brain_type.py:27:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/brain/brain_typing.py:10:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/brain/helpers.py:7:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/brain/helpers.py:9:29: TCH001 Move application import `astroid.manager.AstroidManager` into a type-checking block
astroid/builder.py:13:8: TCH003 Move standard library import `ast` into a type-checking block
astroid/builder.py:16:8: TCH003 Move standard library import `types` into a type-checking block
astroid/builder.py:17:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/builder.py:17:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
astroid/builder.py:18:16: TCH003 Move standard library import `io.TextIOWrapper` into a type-checking block
astroid/constraint.py:10:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/constraint.py:14:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/constraint.py:19:35: TCH002 Move third-party import `typing_extensions.Self` into a type-checking block
astroid/context.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/context.py:14:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/context.py:14:45: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/decorators.py:13:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/decorators.py:13:39: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/decorators.py:19:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/exceptions.py:9:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/exceptions.py:13:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/exceptions.py:13:45: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/filter_statements.py:14:27: TCH001 Move application import `astroid.nodes.node_classes` into a type-checking block
astroid/filter_statements.py:15:28: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/helpers.py:9:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/helpers.py:21:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/inference.py:14:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/inference.py:14:39: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/inference.py:14:50: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
astroid/inference.py:14:60: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/inference_tip.py:10:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/inference_tip.py:13:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/inference_tip.py:17:5: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/inference_tip.py:18:5: TCH001 Move application import `astroid.typing.InferFn` into a type-checking block
astroid/inference_tip.py:19:5: TCH001 Move application import `astroid.typing.TransformFn` into a type-checking block
astroid/interpreter/_import/spec.py:13:8: TCH003 Move standard library import `pathlib` into a type-checking block
astroid/interpreter/_import/spec.py:15:8: TCH003 Move standard library import `types` into a type-checking block
astroid/interpreter/_import/spec.py:18:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/interpreter/_import/spec.py:18:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
astroid/interpreter/_import/util.py:10:43: TCH003 Move standard library import `importlib._bootstrap_external._NamespacePath` into a type-checking block
astroid/interpreter/objectmodel.py:30:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/interpreter/objectmodel.py:40:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/interpreter/objectmodel.py:40:45: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/manager.py:14:8: TCH003 Move standard library import `types` into a type-checking block
astroid/manager.py:16:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/manager.py:16:39: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/manager.py:16:49: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
astroid/manager.py:37:28: TCH001 Move application import `astroid.typing.AstroidManagerBrain` into a type-checking block
astroid/manager.py:37:49: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/modutils.py:28:8: TCH003 Move standard library import `types` into a type-checking block
astroid/modutils.py:30:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/modutils.py:30:39: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
astroid/modutils.py:30:49: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
astroid/nodes/_base_nodes.py:13:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/nodes/as_string.py:9:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/nodes/node_classes.py:13:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/nodes/node_classes.py:13:40: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
astroid/nodes/node_classes.py:13:50: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/nodes/node_classes.py:13:60: TCH003 Move standard library import `collections.abc.Mapping` into a type-checking block
astroid/nodes/node_classes.py:53:35: TCH002 Move third-party import `typing_extensions.Self` into a type-checking block
astroid/nodes/node_ng.py:10:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/nodes/node_ng.py:10:40: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/nodes/node_ng.py:27:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/nodes/node_ng.py:38:33: TCH001 Move application import `astroid.nodes.utils.Position` into a type-checking block
astroid/nodes/node_ng.py:39:28: TCH001 Move application import `astroid.typing.InferenceErrorInfo` into a type-checking block
astroid/nodes/node_ng.py:39:48: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/nodes/node_ng.py:39:65: TCH001 Move application import `astroid.typing.InferFn` into a type-checking block
astroid/nodes/node_ng.py:44:35: TCH002 Move third-party import `typing_extensions.Self` into a type-checking block
astroid/nodes/scoped_nodes/mixin.py:14:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/nodes/scoped_nodes/mixin.py:14:45: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/nodes/scoped_nodes/scoped_nodes.py:17:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/nodes/scoped_nodes/scoped_nodes.py:17:40: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
astroid/nodes/scoped_nodes/scoped_nodes.py:17:50: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/nodes/scoped_nodes/scoped_nodes.py:17:60: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
astroid/nodes/scoped_nodes/scoped_nodes.py:46:33: TCH001 Move application import `astroid.nodes.utils.Position` into a type-checking block
astroid/nodes/scoped_nodes/scoped_nodes.py:47:28: TCH001 Move application import `astroid.typing.InferBinaryOp` into a type-checking block
astroid/nodes/scoped_nodes/scoped_nodes.py:47:43: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/nodes/scoped_nodes/scoped_nodes.py:47:60: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/objects.py:16:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/objects.py:16:40: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/objects.py:21:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/objects.py:31:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/objects.py:31:45: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/protocols.py:14:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/protocols.py:14:39: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/protocols.py:14:50: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/protocols.py:14:60: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
astroid/protocols.py:29:5: TCH001 Move application import `astroid.typing.ConstFactoryResult` into a type-checking block
astroid/protocols.py:30:5: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/protocols.py:31:5: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/raw_building.py:19:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
astroid/rebuilder.py:14:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/rebuilder.py:14:39: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/rebuilder.py:22:29: TCH001 Move application import `astroid.manager.AstroidManager` into a type-checking block
astroid/rebuilder.py:23:27: TCH001 Move application import `astroid.nodes.NodeNG` into a type-checking block
astroid/rebuilder.py:25:28: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/test_utils.py:13:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/transforms.py:8:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/brain/test_brain.py:16:27: TCH001 Move application import `astroid.bases.Instance` into a type-checking block
tests/brain/test_brain.py:23:40: TCH001 Move application import `astroid.nodes.node_classes.Const` into a type-checking block
tests/brain/test_brain.py:24:40: TCH001 Move application import `astroid.nodes.scoped_nodes.ClassDef` into a type-checking block
tests/brain/test_hashlib.py:11:40: TCH001 Move application import `astroid.nodes.scoped_nodes.ClassDef` into a type-checking block
tests/brain/test_six.py:12:40: TCH001 Move application import `astroid.nodes.scoped_nodes.ClassDef` into a type-checking block
tests/brain/test_threading.py:11:27: TCH001 Move application import `astroid.bases.Instance` into a type-checking block
tests/resources.py:13:40: TCH001 Move application import `astroid.nodes.scoped_nodes.Module` into a type-checking block
tests/test_inference.py:11:17: TCH003 Move standard library import `abc.ABCMeta` into a type-checking block
tests/test_inference.py:12:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/test_inference.py:31:31: TCH001 Move application import `astroid.arguments.CallSite` into a type-checking block
tests/test_nodes.py:39:5: TCH001 Move application import `astroid.nodes.node_classes.AssignAttr` into a type-checking block
tests/test_nodes.py:40:5: TCH001 Move application import `astroid.nodes.node_classes.AssignName` into a type-checking block
tests/test_nodes.py:41:5: TCH001 Move application import `astroid.nodes.node_classes.Attribute` into a type-checking block
tests/test_nodes.py:42:5: TCH001 Move application import `astroid.nodes.node_classes.Call` into a type-checking block
tests/test_nodes.py:43:5: TCH001 Move application import `astroid.nodes.node_classes.ImportFrom` into a type-checking block
tests/test_nodes.py:44:5: TCH001 Move application import `astroid.nodes.node_classes.Tuple` into a type-checking block
tests/test_nodes.py:46:40: TCH001 Move application import `astroid.nodes.scoped_nodes.ClassDef` into a type-checking block
tests/test_nodes.py:46:50: TCH001 Move application import `astroid.nodes.scoped_nodes.FunctionDef` into a type-checking block
tests/test_nodes.py:46:63: TCH001 Move application import `astroid.nodes.scoped_nodes.GeneratorExp` into a type-checking block
tests/test_nodes.py:46:77: TCH001 Move application import `astroid.nodes.scoped_nodes.Module` into a type-checking block
tests/test_objects.py:11:29: TCH001 Move application import `astroid.objects.Super` into a type-checking block
tests/test_protocols.py:9:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/test_protocols.py:9:39: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/test_protocols.py:18:29: TCH001 Move application import `astroid.manager.AstroidManager` into a type-checking block
tests/test_transforms.py:10:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/test_transforms.py:10:39: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/test_transforms.py:13:29: TCH001 Move application import `astroid.manager.AstroidManager` into a type-checking block
tests/test_transforms.py:14:40: TCH001 Move application import `astroid.nodes.node_classes.Call` into a type-checking block
tests/test_transforms.py:14:46: TCH001 Move application import `astroid.nodes.node_classes.Compare` into a type-checking block
tests/test_transforms.py:14:55: TCH001 Move application import `astroid.nodes.node_classes.Const` into a type-checking block
tests/test_transforms.py:14:62: TCH001 Move application import `astroid.nodes.node_classes.Name` into a type-checking block
tests/test_transforms.py:15:40: TCH001 Move application import `astroid.nodes.scoped_nodes.FunctionDef` into a type-checking block
tests/test_transforms.py:15:53: TCH001 Move application import `astroid.nodes.scoped_nodes.Module` into a type-checking block
Found 157 errors.
error: Failed to parse tests/regrtest_data/syntax_error.py:1:9: unexpected token 'extends'
error: Failed to parse tests/regrtest_data/descriptor_crash.py:20:11: unexpected token 'p'
error: Failed to parse tests/functional/a/async_functions.py:57:19: duplicate argument 'a' in function definition
error: Failed to parse tests/functional/d/duplicate/duplicate_argument_name.py:4:13: duplicate argument '_' in function definition
error: Failed to parse tests/functional/d/duplicate/duplicate_argument_name_py3.py:4:14: duplicate argument '_' in function definition
error: Failed to parse tests/regrtest_data/bad_package/__init__.py:2:23: expected 'name', but got '.'
error: Failed to parse doc/data/messages/d/duplicate-argument-name/bad.py:1:31: duplicate argument 'apple' in function definition
error: Failed to parse tests/input/func_w0122_py_30.py:5:6: unexpected token "a = __revision__"
error: Failed to lint tests/functional/i/implicit/implicit_str_concat_latin1.py: stream did not contain valid UTF-8
Caused by: stream did not contain valid UTF-8
error: Failed to parse tests/functional/t/tokenize_error_jython.py:8:1: unexpected EOF while parsing
error: Failed to parse tests/functional/t/tokenize_error.py:7:1: unexpected EOF while parsing
error: Failed to parse tests/functional/s/syntax/syntax_error.py:1:21: unexpected token Newline
error: Failed to parse tests/functional/s/syntax/syntax_error_jython.py:1:26: expected '"("', but got Newline
error: Failed to parse tests/functional/s/star/star_needs_assignment_target_py38.py:15:37: cannot use starred expression here
error: Failed to parse doc/data/messages/s/syntax-error/bad.py:4:5: unexpected token "banana"
doc/exts/pylint_extensions.py:17:32: TCH002 Move third-party import `sphinx.application.Sphinx` into a type-checking block
doc/exts/pylint_extensions.py:19:29: TCH001 Move application import `pylint.checkers.BaseChecker` into a type-checking block
doc/exts/pylint_extensions.py:22:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
doc/exts/pylint_extensions.py:22:51: TCH001 Move application import `pylint.typing.OptionDict` into a type-checking block
doc/exts/pylint_extensions.py:22:63: TCH001 Move application import `pylint.typing.ReportsCallable` into a type-checking block
doc/exts/pylint_features.py:16:32: TCH002 Move third-party import `sphinx.application.Sphinx` into a type-checking block
doc/exts/pylint_messages.py:17:32: TCH002 Move third-party import `sphinx.application.Sphinx` into a type-checking block
doc/exts/pylint_messages.py:23:28: TCH001 Move application import `pylint.message.MessageDefinition` into a type-checking block
doc/exts/pylint_options.py:16:32: TCH002 Move third-party import `sphinx.application.Sphinx` into a type-checking block
doc/exts/pylint_options.py:19:42: TCH001 Move application import `pylint.checkers.base_checker.BaseChecker` into a type-checking block
doc/exts/pylint_options.py:22:27: TCH001 Move application import `pylint.typing.OptionDict` into a type-checking block
doc/test_messages_documentation.py:30:36: TCH001 Move application import `pylint.message.message.Message` into a type-checking block
examples/custom_raw.py:5:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/__init__.py:18:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/checkers/bad_chained_comparison.py:9:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/checkers/base/basic_checker.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/checkers/base/basic_checker.py:21:26: TCH001 Move application import `pylint.utils.LinterStats` into a type-checking block
pylint/checkers/base/basic_error_checker.py:10:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/checkers/base/basic_error_checker.py:15:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/checkers/base/name_checker/checker.py:9:8: TCH003 Move standard library import `argparse` into a type-checking block
pylint/checkers/base/name_checker/checker.py:14:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/base/name_checker/checker.py:32:27: TCH001 Move application import `pylint.typing.Options` into a type-checking block
pylint/checkers/base/name_checker/naming_style.py:11:27: TCH001 Move application import `pylint.typing.OptionDict` into a type-checking block
pylint/checkers/base/name_checker/naming_style.py:11:39: TCH001 Move application import `pylint.typing.Options` into a type-checking block
pylint/checkers/base_checker.py:9:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/base_checker.py:9:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/checkers/base_checker.py:11:22: TCH003 Move standard library import `tokenize.TokenInfo` into a type-checking block
pylint/checkers/base_checker.py:14:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/checkers/base_checker.py:19:31: TCH001 Move application import `pylint.interfaces.Confidence` into a type-checking block
pylint/checkers/base_checker.py:22:5: TCH001 Move application import `pylint.typing.ExtraMessageOptions` into a type-checking block
pylint/checkers/base_checker.py:23:5: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/base_checker.py:24:5: TCH001 Move application import `pylint.typing.OptionDict` into a type-checking block
pylint/checkers/base_checker.py:25:5: TCH001 Move application import `pylint.typing.Options` into a type-checking block
pylint/checkers/base_checker.py:26:5: TCH001 Move application import `pylint.typing.ReportsCallable` into a type-checking block
pylint/checkers/classes/class_checker.py:10:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/checkers/classes/class_checker.py:10:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/checkers/classes/class_checker.py:13:16: TCH003 Move standard library import `re.Pattern` into a type-checking block
pylint/checkers/classes/class_checker.py:18:27: TCH002 Move third-party import `astroid.nodes.LocalsDictNodeNG` into a type-checking block
pylint/checkers/classes/class_checker.py:19:28: TCH002 Move third-party import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
pylint/checkers/classes/class_checker.py:43:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/classes/special_methods_checker.py:9:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/checkers/classes/special_methods_checker.py:13:29: TCH002 Move third-party import `astroid.context.InferenceContext` into a type-checking block
pylint/checkers/classes/special_methods_checker.py:14:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/checkers/classes/special_methods_checker.py:25:34: TCH001 Move application import `pylint.lint.pylinter.PyLinter` into a type-checking block
pylint/checkers/deprecated.py:9:29: TCH003 Move standard library import `collections.abc.Container` into a type-checking block
pylint/checkers/deprecated.py:9:40: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/deprecated.py:18:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/design_analysis.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/checkers/design_analysis.py:19:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/exceptions.py:11:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
pylint/checkers/exceptions.py:16:29: TCH002 Move third-party import `astroid.context.InferenceContext` into a type-checking block
pylint/checkers/exceptions.py:17:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/checkers/exceptions.py:17:45: TCH002 Move third-party import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
pylint/checkers/exceptions.py:22:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/format.py:18:16: TCH003 Move standard library import `re.Match` into a type-checking block
pylint/checkers/format.py:27:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/imports.py:14:29: TCH003 Move standard library import `collections.abc.ItemsView` into a type-checking block
pylint/checkers/imports.py:14:40: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/checkers/imports.py:20:39: TCH002 Move third-party import `astroid.nodes._base_nodes.ImportNode` into a type-checking block
pylint/checkers/imports.py:35:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/imports.py:37:38: TCH001 Move application import `pylint.utils.linterstats.LinterStats` into a type-checking block
pylint/checkers/logging.py:14:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/checkers/logging.py:19:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/misc.py:13:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/checkers/misc.py:16:27: TCH001 Move application import `pylint.typing.ManagedMessage` into a type-checking block
pylint/checkers/newstyle.py:20:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/refactoring/refactoring_checker.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/checkers/refactoring/refactoring_checker.py:13:16: TCH003 Move standard library import `re.Pattern` into a type-checking block
pylint/checkers/similar.py:41:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/checkers/similar.py:41:39: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
pylint/checkers/similar.py:41:50: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/similar.py:41:60: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/checkers/similar.py:63:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/similar.py:63:51: TCH001 Move application import `pylint.typing.Options` into a type-checking block
pylint/checkers/spelling.py:14:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/checkers/stdlib.py:10:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/stdlib.py:15:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/checkers/stdlib.py:20:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/strings.py:13:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/strings.py:13:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/checkers/strings.py:18:28: TCH002 Move third-party import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
pylint/checkers/strings.py:23:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/typecheck.py:25:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/checkers/typecheck.py:25:45: TCH002 Move third-party import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
pylint/checkers/typecheck.py:54:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/unicode.py:18:8: TCH003 Move standard library import `io` into a type-checking block
pylint/checkers/unicode.py:21:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/unicode.py:26:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/checkers/unsupported_version.py:13:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/checkers/utils.py:15:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/utils.py:15:39: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/checkers/utils.py:23:29: TCH002 Move third-party import `astroid.context.InferenceContext` into a type-checking block
pylint/checkers/utils.py:25:39: TCH002 Move third-party import `astroid.nodes._base_nodes.ImportNode` into a type-checking block
pylint/checkers/utils.py:26:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/checkers/utils.py:26:45: TCH002 Move third-party import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
pylint/checkers/variables.py:15:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
pylint/checkers/variables.py:15:40: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/variables.py:15:50: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/checkers/variables.py:22:27: TCH002 Move third-party import `astroid.nodes._base_nodes` into a type-checking block
pylint/checkers/variables.py:23:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/checkers/variables.py:35:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/config/_pylint_config/setup.py:11:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/config/_pylint_config/utils.py:10:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/config/argument.py:16:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/config/arguments_manager.py:14:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/config/arguments_manager.py:36:27: TCH001 Move application import `pylint.typing.DirectoryNamespaceDict` into a type-checking block
pylint/config/arguments_manager.py:36:51: TCH001 Move application import `pylint.typing.OptionDict` into a type-checking block
pylint/config/arguments_provider.py:9:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/config/arguments_provider.py:12:45: TCH001 Move application import `pylint.config.arguments_manager._ArgumentsManager` into a type-checking block
pylint/config/arguments_provider.py:13:27: TCH001 Move application import `pylint.typing.OptionDict` into a type-checking block
pylint/config/arguments_provider.py:13:39: TCH001 Move application import `pylint.typing.Options` into a type-checking block
pylint/config/callback_actions.py:14:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/config/callback_actions.py:14:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/config/config_initialization.py:14:20: TCH001 Move application import `pylint.reporters` into a type-checking block
pylint/config/deprecation_actions.py:13:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/config/find_default_config_files.py:10:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/config/utils.py:10:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/config/utils.py:10:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/constants.py:15:27: TCH001 Move application import `pylint.typing.MessageTypesFullName` into a type-checking block
pylint/extensions/check_elif.py:7:8: TCH003 Move standard library import `tokenize` into a type-checking block
pylint/extensions/check_elif.py:8:22: TCH003 Move standard library import `tokenize.TokenInfo` into a type-checking block
pylint/extensions/code_style.py:22:35: TCH002 Move third-party import `typing_extensions.TypeGuard` into a type-checking block
pylint/extensions/docparams.py:18:49: TCH001 Move application import `pylint.extensions._check_docs_utils.Docstring` into a type-checking block
pylint/extensions/docstyle.py:10:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/extensions/dunder.py:9:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/extensions/empty_comment.py:9:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/extensions/mccabe.py:9:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/extensions/redefined_loop_name.py:14:25: TCH001 Move application import `pylint.lint.PyLinter` into a type-checking block
pylint/extensions/while_used.py:11:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/graph.py:17:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/lint/base_options.py:31:27: TCH001 Move application import `pylint.typing.Options` into a type-checking block
pylint/lint/expand_modules.py:9:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/lint/expand_modules.py:10:16: TCH003 Move standard library import `re.Pattern` into a type-checking block
pylint/lint/expand_modules.py:14:27: TCH001 Move application import `pylint.typing.ErrorDescriptionDict` into a type-checking block
pylint/lint/expand_modules.py:14:49: TCH001 Move application import `pylint.typing.ModuleDescriptionDict` into a type-checking block
pylint/lint/message_state_handler.py:20:28: TCH001 Move application import `pylint.message.MessageDefinition` into a type-checking block
pylint/lint/parallel.py:9:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/lint/parallel.py:9:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/lint/parallel.py:16:28: TCH001 Move application import `pylint.message.Message` into a type-checking block
pylint/lint/parallel.py:17:27: TCH001 Move application import `pylint.typing.FileItem` into a type-checking block
pylint/lint/pylinter.py:7:8: TCH003 Move standard library import `argparse` into a type-checking block
pylint/lint/pylinter.py:16:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/lint/pylinter.py:16:39: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/lint/pylinter.py:16:49: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/lint/pylinter.py:16:59: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/lint/pylinter.py:19:16: TCH003 Move standard library import `re.Pattern` into a type-checking block
pylint/lint/pylinter.py:20:19: TCH003 Move standard library import `types.ModuleType` into a type-checking block
pylint/lint/pylinter.py:27:42: TCH001 Move application import `pylint.checkers.base_checker.BaseChecker` into a type-checking block
pylint/lint/report_functions.py:12:26: TCH001 Move application import `pylint.utils.LinterStats` into a type-checking block
pylint/lint/run.py:10:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/lint/run.py:26:44: TCH001 Move application import `pylint.reporters.base_reporter.BaseReporter` into a type-checking block
pylint/lint/utils.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/lint/utils.py:11:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/message/message_definition.py:7:8: TCH003 Move standard library import `sys` into a type-checking block
pylint/message/message_definition.py:10:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/message/message_definition_store.py:10:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/message/message_definition_store.py:10:39: TCH003 Move standard library import `collections.abc.ValuesView` into a type-checking block
pylint/message/message_definition_store.py:14:47: TCH001 Move application import `pylint.message.message_definition.MessageDefinition` into a type-checking block
pylint/pyreverse/diadefslib.py:9:8: TCH003 Move standard library import `argparse` into a type-checking block
pylint/pyreverse/diadefslib.py:10:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
pylint/pyreverse/diadefslib.py:18:40: TCH001 Move application import `pylint.pyreverse.inspector.Linker` into a type-checking block
pylint/pyreverse/diadefslib.py:18:48: TCH001 Move application import `pylint.pyreverse.inspector.Project` into a type-checking block
pylint/pyreverse/diagrams.py:9:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/pyreverse/dot_printer.py:15:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/pyreverse/main.py:10:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/pyreverse/main.py:26:27: TCH001 Move application import `pylint.typing.Options` into a type-checking block
pylint/pyreverse/printer.py:13:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/pyreverse/printer_factory.py:10:38: TCH001 Move application import `pylint.pyreverse.printer.Printer` into a type-checking block
pylint/pyreverse/utils.py:18:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/pyreverse/writer.py:9:8: TCH003 Move standard library import `argparse` into a type-checking block
pylint/pyreverse/writer.py:12:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/reporters/base_reporter.py:11:28: TCH001 Move application import `pylint.message.Message` into a type-checking block
pylint/reporters/base_reporter.py:13:26: TCH001 Move application import `pylint.utils.LinterStats` into a type-checking block
pylint/reporters/multi_reporter.py:8:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/reporters/multi_reporter.py:12:28: TCH001 Move application import `pylint.message.Message` into a type-checking block
pylint/reporters/multi_reporter.py:13:44: TCH001 Move application import `pylint.reporters.base_reporter.BaseReporter` into a type-checking block
pylint/reporters/multi_reporter.py:14:26: TCH001 Move application import `pylint.utils.LinterStats` into a type-checking block
pylint/reporters/reports_handler_mix_in.py:8:29: TCH003 Move standard library import `collections.abc.MutableSequence` into a type-checking block
pylint/reporters/reports_handler_mix_in.py:14:26: TCH001 Move application import `pylint.utils.LinterStats` into a type-checking block
pylint/reporters/ureports/base_writer.py:14:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/reporters/ureports/nodes.py:12:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/reporters/ureports/nodes.py:12:39: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/reporters/ureports/nodes.py:15:51: TCH001 Move application import `pylint.reporters.ureports.base_writer.BaseWriter` into a type-checking block
pylint/testutils/_primer/primer.py:10:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
pylint/testutils/_primer/primer.py:13:53: TCH001 Move application import `pylint.testutils._primer.primer_command.PrimerCommand` into a type-checking block
pylint/testutils/_primer/primer_command.py:8:8: TCH003 Move standard library import `argparse` into a type-checking block
pylint/testutils/_primer/primer_command.py:9:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
pylint/testutils/_primer/primer_command.py:12:44: TCH001 Move application import `pylint.reporters.json_reporter.OldJsonExport` into a type-checking block
pylint/testutils/_primer/primer_command.py:13:38: TCH001 Move application import `pylint.testutils._primer.PackageToLint` into a type-checking block
pylint/testutils/_primer/primer_compare_command.py:9:44: TCH001 Move application import `pylint.reporters.json_reporter.OldJsonExport` into a type-checking block
pylint/testutils/_primer/primer_run_command.py:15:28: TCH001 Move application import `pylint.message.Message` into a type-checking block
pylint/testutils/_primer/primer_run_command.py:17:44: TCH001 Move application import `pylint.reporters.json_reporter.OldJsonExport` into a type-checking block
pylint/testutils/_primer/primer_run_command.py:18:54: TCH001 Move application import `pylint.testutils._primer.package_to_lint.PackageToLint` into a type-checking block
pylint/testutils/_run.py:12:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/testutils/_run.py:15:44: TCH001 Move application import `pylint.reporters.base_reporter.BaseReporter` into a type-checking block
pylint/testutils/checker_test_case.py:8:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
pylint/testutils/checker_test_case.py:8:40: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/testutils/checker_test_case.py:11:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/testutils/checker_test_case.py:15:42: TCH001 Move application import `pylint.testutils.output_line.MessageTest` into a type-checking block
pylint/testutils/configuration_test.py:16:27: TCH003 Move standard library import `unittest.mock.Mock` into a type-checking block
pylint/testutils/decorator.py:8:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/testutils/decorator.py:11:48: TCH001 Move application import `pylint.testutils.checker_test_case.CheckerTestCase` into a type-checking block
pylint/testutils/functional/find_functional_tests.py:8:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/testutils/functional/lint_module_output_update.py:10:28: TCH002 Move third-party import `_pytest.config.Config` into a type-checking block
pylint/testutils/functional/lint_module_output_update.py:13:51: TCH001 Move application import `pylint.testutils.functional.test_file.FunctionalTestFile` into a type-checking block
pylint/testutils/functional/lint_module_output_update.py:15:42: TCH001 Move application import `pylint.testutils.output_line.OutputLine` into a type-checking block
pylint/testutils/functional/test_file.py:8:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/testutils/lint_module_test.py:18:28: TCH002 Move third-party import `_pytest.config.Config` into a type-checking block
pylint/testutils/lint_module_test.py:24:36: TCH001 Move application import `pylint.message.message.Message` into a type-checking block
pylint/testutils/output_line.py:7:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/testutils/output_line.py:10:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/testutils/output_line.py:14:36: TCH001 Move application import `pylint.message.message.Message` into a type-checking block
pylint/testutils/pyreverse.py:10:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
pylint/testutils/reporter_for_tests.py:11:28: TCH001 Move application import `pylint.message.Message` into a type-checking block
pylint/testutils/unittest_linter.py:11:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/testutils/utils.py:10:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
pylint/testutils/utils.py:10:40: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/testutils/utils.py:12:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
pylint/utils/ast_walker.py:10:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/utils/file_state.py:9:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/utils/linterstats.py:9:27: TCH001 Move application import `pylint.typing.MessageTypesFullName` into a type-checking block
pylint/utils/pragma_parser.py:8:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
pylint/utils/utils.py:17:8: TCH003 Move standard library import `argparse` into a type-checking block
pylint/utils/utils.py:25:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/utils/utils.py:26:16: TCH003 Move standard library import `io.BufferedReader` into a type-checking block
pylint/utils/utils.py:26:32: TCH003 Move standard library import `io.BytesIO` into a type-checking block
pylint/utils/utils.py:42:27: TCH001 Move application import `pylint.typing.OptionDict` into a type-checking block
tests/checkers/unittest_non_ascii_name.py:8:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
tests/checkers/unittest_stdlib.py:8:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/checkers/unittest_stdlib.py:8:39: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/checkers/unittest_stdlib.py:13:29: TCH002 Move third-party import `astroid.context.InferenceContext` into a type-checking block
tests/checkers/unittest_stdlib.py:14:29: TCH002 Move third-party import `astroid.manager.AstroidManager` into a type-checking block
tests/checkers/unittest_unicode/unittest_bad_chars.py:10:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/checkers/unittest_unicode/unittest_bad_chars.py:11:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
tests/checkers/unittest_unicode/unittest_functions.py:8:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
tests/config/test_find_default_config_files.py:13:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/conftest.py:10:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/conftest.py:16:29: TCH001 Move application import `pylint.checkers.BaseChecker` into a type-checking block
tests/conftest.py:19:30: TCH001 Move application import `pylint.reporters.BaseReporter` into a type-checking block
tests/functional/ext/typing/typing_broken_callable_future_import.py:10:8: TCH003 Move standard library import `collections.abc` into a type-checking block
tests/functional/ext/typing/typing_broken_noreturn_future_import.py:16:8: TCH002 Move third-party import `typing_extensions` into a type-checking block
tests/functional/ext/typing/typing_consider_using_alias.py:16:8: TCH003 Move standard library import `collections.abc` into a type-checking block
tests/functional/ext/typing/typing_consider_using_alias.py:18:29: TCH003 Move standard library import `collections.abc.Awaitable` into a type-checking block
tests/functional/p/postponed/postponed_evaluation_pep585.py:112:8: TCH003 Move standard library import `collections.abc` into a type-checking block
tests/functional/p/postponed/postponed_evaluation_pep585.py:113:8: TCH003 Move standard library import `contextlib` into a type-checking block
tests/functional/p/postponed/postponed_evaluation_pep585.py:114:8: TCH003 Move standard library import `re` into a type-checking block
tests/functional/r/regression_02/regression_4660.py:9:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/functional/u/undefined/undefined_variable.py:252:26: TCH004 Move import `datetime.datetime` out of type-checking block. Import is used for more than type hinting.
tests/functional/u/undefined/undefined_variable.py:353:5: TCH005 Found empty type-checking block
tests/functional/u/unpacking/unpacking_non_sequence_py37.py:13:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/functional/u/unused/unused_name_in_string_literal_type_annotation.py:4:22: TCH003 Move standard library import `argparse.ArgumentParser` into a type-checking block
tests/functional/u/unused/unused_name_in_string_literal_type_annotation.py:4:38: TCH003 Move standard library import `argparse.Namespace` into a type-checking block
tests/functional/u/unused/unused_name_in_string_literal_type_annotation.py:5:8: TCH003 Move standard library import `os` into a type-checking block
tests/functional/u/unused/unused_name_in_string_literal_type_annotation.py:6:16: TCH003 Move standard library import `os.PathLike` into a type-checking block
tests/functional/u/unused/unused_name_in_string_literal_type_annotation.py:7:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
tests/functional/u/unused/unused_name_in_string_literal_type_annotation_py38.py:6:18: TCH003 Move standard library import `http.HTTPStatus` into a type-checking block
tests/functional/u/unused/unused_name_in_string_literal_type_annotation_py39.py:3:8: TCH002 Move third-party import `graphlib` into a type-checking block
tests/functional/u/unused/unused_name_in_string_literal_type_annotation_py39.py:4:22: TCH002 Move third-party import `graphlib.TopologicalSorter` into a type-checking block
tests/functional/u/used/used_before_assignment_scoping.py:6:26: TCH004 Move import `datetime.datetime` out of type-checking block. Import is used for more than type hinting.
tests/functional/u/used/used_before_assignment_typing.py:9:16: TCH004 Move import `math` out of type-checking block. Import is used for more than type hinting.
tests/functional/u/used/used_before_assignment_typing.py:19:12: TCH004 Move import `datetime` out of type-checking block. Import is used for more than type hinting.
tests/lint/unittest_expand_modules.py:15:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
tests/lint/unittest_expand_modules.py:15:51: TCH001 Move application import `pylint.typing.ModuleDescriptionDict` into a type-checking block
tests/lint/unittest_lint.py:14:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/lint/unittest_lint.py:25:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
tests/message/conftest.py:9:29: TCH003 Move standard library import `collections.abc.ValuesView` into a type-checking block
tests/message/unittest_message.py:7:29: TCH003 Move standard library import `collections.abc.ValuesView` into a type-checking block
tests/message/unittest_message.py:11:47: TCH001 Move application import `pylint.message.message_definition.MessageDefinition` into a type-checking block
tests/message/unittest_message_definition_store.py:17:53: TCH001 Move application import `pylint.message.message_definition_store.MessageDefinitionStore` into a type-checking block
tests/message/unittest_message_definition_store.py:18:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
tests/message/unittest_message_id_store.py:7:29: TCH003 Move standard library import `collections.abc.ValuesView` into a type-checking block
tests/message/unittest_message_id_store.py:13:47: TCH001 Move application import `pylint.message.message_definition.MessageDefinition` into a type-checking block
tests/message/unittest_message_id_store.py:14:45: TCH001 Move application import `pylint.message.message_id_store.MessageIdStore` into a type-checking block
tests/primer/test_primer_stdlib.py:12:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/profile/test_profile_against_externals.py:13:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
tests/pyreverse/conftest.py:7:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/pyreverse/conftest.py:10:40: TCH002 Move third-party import `astroid.nodes.scoped_nodes.Module` into a type-checking block
tests/pyreverse/conftest.py:15:27: TCH001 Move application import `pylint.typing.GetProjectCallable` into a type-checking block
tests/pyreverse/test_diadefs.py:12:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/pyreverse/test_diadefs.py:24:39: TCH001 Move application import `pylint.pyreverse.diagrams.DiagramEntity` into a type-checking block
tests/pyreverse/test_diadefs.py:24:54: TCH001 Move application import `pylint.pyreverse.diagrams.Relationship` into a type-checking block
tests/pyreverse/test_diadefs.py:28:27: TCH001 Move application import `pylint.typing.GetProjectCallable` into a type-checking block
tests/pyreverse/test_diagrams.py:11:40: TCH001 Move application import `pylint.testutils.pyreverse.PyreverseConfig` into a type-checking block
tests/pyreverse/test_diagrams.py:12:27: TCH001 Move application import `pylint.typing.GetProjectCallable` into a type-checking block
tests/pyreverse/test_inspector.py:13:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
tests/pyreverse/test_inspector.py:20:40: TCH001 Move application import `pylint.pyreverse.inspector.Project` into a type-checking block
tests/pyreverse/test_inspector.py:22:27: TCH001 Move application import `pylint.typing.GetProjectCallable` into a type-checking block
tests/pyreverse/test_main.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/pyreverse/test_main.py:16:29: TCH002 Move third-party import `_pytest.capture.CaptureFixture` into a type-checking block
tests/pyreverse/test_main.py:17:30: TCH002 Move third-party import `_pytest.fixtures.SubRequest` into a type-checking block
tests/pyreverse/test_printer_factory.py:14:38: TCH001 Move application import `pylint.pyreverse.printer.Printer` into a type-checking block
tests/pyreverse/test_writer.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/pyreverse/test_writer.py:13:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
tests/pyreverse/test_writer.py:22:40: TCH001 Move application import `pylint.testutils.pyreverse.PyreverseConfig` into a type-checking block
tests/pyreverse/test_writer.py:23:27: TCH001 Move application import `pylint.typing.GetProjectCallable` into a type-checking block
tests/regrtest_data/dummy_plugin/dummy_plugin.py:2:34: TCH001 Move application import `pylint.lint.pylinter.PyLinter` into a type-checking block
tests/regrtest_data/importing_plugin/importing_plugin.py:4:34: TCH001 Move application import `pylint.lint.pylinter.PyLinter` into a type-checking block
tests/reporters/unittest_reporting.py:13:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
tests/test_functional.py:13:28: TCH002 Move third-party import `_pytest.config.Config` into a type-checking block
tests/test_import_graph.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/test_import_graph.py:15:30: TCH002 Move third-party import `_pytest.fixtures.SubRequest` into a type-checking block
tests/test_pylint_runners.py:13:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
tests/test_pylint_runners.py:14:16: TCH003 Move standard library import `io.BufferedReader` into a type-checking block
tests/test_regr.py:15:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/test_regr.py:15:39: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/test_regr.py:22:34: TCH001 Move application import `pylint.lint.pylinter.PyLinter` into a type-checking block
tests/test_self.py:19:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/test_self.py:33:28: TCH001 Move application import `pylint.message.Message` into a type-checking block
tests/testutils/_primer/test_primer.py:13:29: TCH002 Move third-party import `_pytest.capture.CaptureFixture` into a type-checking block
tests/testutils/test_lint_module_output_update.py:10:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
Found 310 errors.
Found 7 errors (7 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 49 errors (49 fixed, 0 remaining).
Found 7 errors (7 fixed, 0 remaining).
Found 23 errors (23 fixed, 0 remaining).
astroid/arguments.py:12:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/bases.py:12:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
astroid/bases.py:12:39: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/bases.py:31:5: TCH001 Move application import `astroid.typing.InferBinaryOp` into a type-checking block
astroid/bases.py:32:5: TCH001 Move application import `astroid.typing.InferenceErrorInfo` into a type-checking block
astroid/bases.py:33:5: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/bases.py:34:5: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/brain/brain_argparse.py:8:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/brain/brain_builtin_inference.py:10:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/brain/brain_builtin_inference.py:10:39: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
astroid/brain/brain_builtin_inference.py:10:49: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/brain/brain_builtin_inference.py:16:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/brain/brain_builtin_inference.py:26:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/brain/brain_builtin_inference.py:26:45: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/brain/brain_collections.py:10:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/brain/brain_dataclasses.py:17:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/brain/brain_dataclasses.py:26:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/brain/brain_functools.py:9:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/brain/brain_functools.py:14:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/brain/brain_functools.py:21:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/brain/brain_functools.py:21:45: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/brain/brain_namedtuple_enum.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/brain/brain_namedtuple_enum.py:15:8: TCH001 Move application import `astroid` into a type-checking block
astroid/brain/brain_numpy_ndarray.py:10:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/brain/brain_numpy_utils.py:10:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/brain/brain_pathlib.py:7:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/brain/brain_random.py:10:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/brain/brain_type.py:27:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/brain/brain_typing.py:10:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/brain/helpers.py:7:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/brain/helpers.py:9:29: TCH001 Move application import `astroid.manager.AstroidManager` into a type-checking block
astroid/builder.py:13:8: TCH003 Move standard library import `ast` into a type-checking block
astroid/builder.py:16:8: TCH003 Move standard library import `types` into a type-checking block
astroid/builder.py:17:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/builder.py:17:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
astroid/builder.py:18:16: TCH003 Move standard library import `io.TextIOWrapper` into a type-checking block
astroid/constraint.py:10:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/constraint.py:14:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/constraint.py:19:35: TCH002 Move third-party import `typing_extensions.Self` into a type-checking block
astroid/context.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/context.py:14:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/context.py:14:45: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/decorators.py:13:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/decorators.py:13:39: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/decorators.py:19:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/exceptions.py:9:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/exceptions.py:13:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/exceptions.py:13:45: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/filter_statements.py:14:27: TCH001 Move application import `astroid.nodes.node_classes` into a type-checking block
astroid/filter_statements.py:15:28: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/helpers.py:9:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/helpers.py:21:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/inference.py:14:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/inference.py:14:39: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/inference.py:14:50: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
astroid/inference.py:14:60: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/inference_tip.py:10:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/inference_tip.py:13:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/inference_tip.py:17:5: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/inference_tip.py:18:5: TCH001 Move application import `astroid.typing.InferFn` into a type-checking block
astroid/inference_tip.py:19:5: TCH001 Move application import `astroid.typing.TransformFn` into a type-checking block
astroid/interpreter/_import/spec.py:13:8: TCH003 Move standard library import `pathlib` into a type-checking block
astroid/interpreter/_import/spec.py:15:8: TCH003 Move standard library import `types` into a type-checking block
astroid/interpreter/_import/spec.py:18:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/interpreter/_import/spec.py:18:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
astroid/interpreter/_import/util.py:10:43: TCH003 Move standard library import `importlib._bootstrap_external._NamespacePath` into a type-checking block
astroid/interpreter/objectmodel.py:30:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/interpreter/objectmodel.py:40:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/interpreter/objectmodel.py:40:45: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/manager.py:14:8: TCH003 Move standard library import `types` into a type-checking block
astroid/manager.py:16:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/manager.py:16:39: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/manager.py:16:49: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
astroid/manager.py:37:28: TCH001 Move application import `astroid.typing.AstroidManagerBrain` into a type-checking block
astroid/manager.py:37:49: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/modutils.py:28:8: TCH003 Move standard library import `types` into a type-checking block
astroid/modutils.py:30:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/modutils.py:30:39: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
astroid/modutils.py:30:49: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
astroid/nodes/_base_nodes.py:13:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/nodes/as_string.py:9:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/nodes/node_classes.py:13:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/nodes/node_classes.py:13:40: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
astroid/nodes/node_classes.py:13:50: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/nodes/node_classes.py:13:60: TCH003 Move standard library import `collections.abc.Mapping` into a type-checking block
astroid/nodes/node_classes.py:53:35: TCH002 Move third-party import `typing_extensions.Self` into a type-checking block
astroid/nodes/node_ng.py:10:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/nodes/node_ng.py:10:40: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/nodes/node_ng.py:27:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/nodes/node_ng.py:38:33: TCH001 Move application import `astroid.nodes.utils.Position` into a type-checking block
astroid/nodes/node_ng.py:39:28: TCH001 Move application import `astroid.typing.InferenceErrorInfo` into a type-checking block
astroid/nodes/node_ng.py:39:48: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/nodes/node_ng.py:39:65: TCH001 Move application import `astroid.typing.InferFn` into a type-checking block
astroid/nodes/node_ng.py:44:35: TCH002 Move third-party import `typing_extensions.Self` into a type-checking block
astroid/nodes/scoped_nodes/mixin.py:14:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/nodes/scoped_nodes/mixin.py:14:45: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/nodes/scoped_nodes/scoped_nodes.py:17:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/nodes/scoped_nodes/scoped_nodes.py:17:40: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
astroid/nodes/scoped_nodes/scoped_nodes.py:17:50: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/nodes/scoped_nodes/scoped_nodes.py:17:60: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
astroid/nodes/scoped_nodes/scoped_nodes.py:46:33: TCH001 Move application import `astroid.nodes.utils.Position` into a type-checking block
astroid/nodes/scoped_nodes/scoped_nodes.py:47:28: TCH001 Move application import `astroid.typing.InferBinaryOp` into a type-checking block
astroid/nodes/scoped_nodes/scoped_nodes.py:47:43: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/nodes/scoped_nodes/scoped_nodes.py:47:60: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/objects.py:16:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/objects.py:16:40: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/objects.py:21:29: TCH001 Move application import `astroid.context.InferenceContext` into a type-checking block
astroid/objects.py:31:28: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/objects.py:31:45: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/protocols.py:14:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/protocols.py:14:39: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/protocols.py:14:50: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
astroid/protocols.py:14:60: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
astroid/protocols.py:29:5: TCH001 Move application import `astroid.typing.ConstFactoryResult` into a type-checking block
astroid/protocols.py:30:5: TCH001 Move application import `astroid.typing.InferenceResult` into a type-checking block
astroid/protocols.py:31:5: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/raw_building.py:19:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
astroid/rebuilder.py:14:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/rebuilder.py:14:39: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
astroid/rebuilder.py:22:29: TCH001 Move application import `astroid.manager.AstroidManager` into a type-checking block
astroid/rebuilder.py:23:27: TCH001 Move application import `astroid.nodes.NodeNG` into a type-checking block
astroid/rebuilder.py:25:28: TCH001 Move application import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
astroid/test_utils.py:13:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
astroid/transforms.py:8:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/brain/test_brain.py:16:27: TCH001 Move application import `astroid.bases.Instance` into a type-checking block
tests/brain/test_brain.py:23:40: TCH001 Move application import `astroid.nodes.node_classes.Const` into a type-checking block
tests/brain/test_brain.py:24:40: TCH001 Move application import `astroid.nodes.scoped_nodes.ClassDef` into a type-checking block
tests/brain/test_hashlib.py:11:40: TCH001 Move application import `astroid.nodes.scoped_nodes.ClassDef` into a type-checking block
tests/brain/test_six.py:12:40: TCH001 Move application import `astroid.nodes.scoped_nodes.ClassDef` into a type-checking block
tests/brain/test_threading.py:11:27: TCH001 Move application import `astroid.bases.Instance` into a type-checking block
tests/resources.py:13:40: TCH001 Move application import `astroid.nodes.scoped_nodes.Module` into a type-checking block
tests/test_inference.py:11:17: TCH003 Move standard library import `abc.ABCMeta` into a type-checking block
tests/test_inference.py:12:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/test_inference.py:31:31: TCH001 Move application import `astroid.arguments.CallSite` into a type-checking block
tests/test_nodes.py:39:5: TCH001 Move application import `astroid.nodes.node_classes.AssignAttr` into a type-checking block
tests/test_nodes.py:40:5: TCH001 Move application import `astroid.nodes.node_classes.AssignName` into a type-checking block
tests/test_nodes.py:41:5: TCH001 Move application import `astroid.nodes.node_classes.Attribute` into a type-checking block
tests/test_nodes.py:42:5: TCH001 Move application import `astroid.nodes.node_classes.Call` into a type-checking block
tests/test_nodes.py:43:5: TCH001 Move application import `astroid.nodes.node_classes.ImportFrom` into a type-checking block
tests/test_nodes.py:44:5: TCH001 Move application import `astroid.nodes.node_classes.Tuple` into a type-checking block
tests/test_nodes.py:46:40: TCH001 Move application import `astroid.nodes.scoped_nodes.ClassDef` into a type-checking block
tests/test_nodes.py:46:50: TCH001 Move application import `astroid.nodes.scoped_nodes.FunctionDef` into a type-checking block
tests/test_nodes.py:46:63: TCH001 Move application import `astroid.nodes.scoped_nodes.GeneratorExp` into a type-checking block
tests/test_nodes.py:46:77: TCH001 Move application import `astroid.nodes.scoped_nodes.Module` into a type-checking block
tests/test_objects.py:11:29: TCH001 Move application import `astroid.objects.Super` into a type-checking block
tests/test_protocols.py:9:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/test_protocols.py:9:39: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/test_protocols.py:18:29: TCH001 Move application import `astroid.manager.AstroidManager` into a type-checking block
tests/test_transforms.py:10:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/test_transforms.py:10:39: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/test_transforms.py:13:29: TCH001 Move application import `astroid.manager.AstroidManager` into a type-checking block
tests/test_transforms.py:14:40: TCH001 Move application import `astroid.nodes.node_classes.Call` into a type-checking block
tests/test_transforms.py:14:46: TCH001 Move application import `astroid.nodes.node_classes.Compare` into a type-checking block
tests/test_transforms.py:14:55: TCH001 Move application import `astroid.nodes.node_classes.Const` into a type-checking block
tests/test_transforms.py:14:62: TCH001 Move application import `astroid.nodes.node_classes.Name` into a type-checking block
tests/test_transforms.py:15:40: TCH001 Move application import `astroid.nodes.scoped_nodes.FunctionDef` into a type-checking block
tests/test_transforms.py:15:53: TCH001 Move application import `astroid.nodes.scoped_nodes.Module` into a type-checking block
Found 157 errors.
error: Failed to parse tests/regrtest_data/syntax_error.py:1:9: unexpected token 'extends'
error: Failed to parse tests/regrtest_data/descriptor_crash.py:20:11: unexpected token 'p'
error: Failed to parse tests/functional/a/async_functions.py:57:19: duplicate argument 'a' in function definition
error: Failed to lint tests/functional/i/implicit/implicit_str_concat_latin1.py: stream did not contain valid UTF-8
Caused by: stream did not contain valid UTF-8
error: Failed to parse tests/regrtest_data/bad_package/__init__.py:2:23: expected 'name', but got '.'
error: Failed to parse tests/input/func_w0122_py_30.py:5:6: unexpected token "a = __revision__"
error: Failed to parse doc/data/messages/s/syntax-error/bad.py:4:5: unexpected token "banana"
error: Failed to parse tests/functional/t/tokenize_error_jython.py:8:1: unexpected EOF while parsing
error: Failed to parse tests/functional/t/tokenize_error.py:7:1: unexpected EOF while parsing
error: Failed to parse doc/data/messages/d/duplicate-argument-name/bad.py:1:31: duplicate argument 'apple' in function definition
error: Failed to parse tests/functional/s/syntax/syntax_error.py:1:21: unexpected token Newline
error: Failed to parse tests/functional/s/syntax/syntax_error_jython.py:1:26: expected '"("', but got Newline
error: Failed to parse tests/functional/s/star/star_needs_assignment_target_py38.py:15:37: cannot use starred expression here
error: Failed to parse tests/functional/d/duplicate/duplicate_argument_name.py:4:13: duplicate argument '_' in function definition
error: Failed to parse tests/functional/d/duplicate/duplicate_argument_name_py3.py:4:14: duplicate argument '_' in function definition
doc/exts/pylint_extensions.py:17:32: TCH002 Move third-party import `sphinx.application.Sphinx` into a type-checking block
doc/exts/pylint_extensions.py:19:29: TCH001 Move application import `pylint.checkers.BaseChecker` into a type-checking block
doc/exts/pylint_extensions.py:22:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
doc/exts/pylint_extensions.py:22:51: TCH001 Move application import `pylint.typing.OptionDict` into a type-checking block
doc/exts/pylint_extensions.py:22:63: TCH001 Move application import `pylint.typing.ReportsCallable` into a type-checking block
doc/exts/pylint_features.py:16:32: TCH002 Move third-party import `sphinx.application.Sphinx` into a type-checking block
doc/exts/pylint_messages.py:17:32: TCH002 Move third-party import `sphinx.application.Sphinx` into a type-checking block
doc/exts/pylint_messages.py:23:28: TCH001 Move application import `pylint.message.MessageDefinition` into a type-checking block
doc/exts/pylint_options.py:16:32: TCH002 Move third-party import `sphinx.application.Sphinx` into a type-checking block
doc/exts/pylint_options.py:19:42: TCH001 Move application import `pylint.checkers.base_checker.BaseChecker` into a type-checking block
doc/exts/pylint_options.py:22:27: TCH001 Move application import `pylint.typing.OptionDict` into a type-checking block
doc/test_messages_documentation.py:30:36: TCH001 Move application import `pylint.message.message.Message` into a type-checking block
examples/custom_raw.py:5:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/__init__.py:18:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/checkers/bad_chained_comparison.py:9:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/checkers/base/basic_checker.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/checkers/base/basic_checker.py:21:26: TCH001 Move application import `pylint.utils.LinterStats` into a type-checking block
pylint/checkers/base/basic_error_checker.py:10:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/checkers/base/basic_error_checker.py:15:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/checkers/base/name_checker/checker.py:9:8: TCH003 Move standard library import `argparse` into a type-checking block
pylint/checkers/base/name_checker/checker.py:14:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/base/name_checker/checker.py:32:27: TCH001 Move application import `pylint.typing.Options` into a type-checking block
pylint/checkers/base/name_checker/naming_style.py:11:27: TCH001 Move application import `pylint.typing.OptionDict` into a type-checking block
pylint/checkers/base/name_checker/naming_style.py:11:39: TCH001 Move application import `pylint.typing.Options` into a type-checking block
pylint/checkers/base_checker.py:9:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/base_checker.py:9:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/checkers/base_checker.py:11:22: TCH003 Move standard library import `tokenize.TokenInfo` into a type-checking block
pylint/checkers/base_checker.py:14:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/checkers/base_checker.py:19:31: TCH001 Move application import `pylint.interfaces.Confidence` into a type-checking block
pylint/checkers/base_checker.py:22:5: TCH001 Move application import `pylint.typing.ExtraMessageOptions` into a type-checking block
pylint/checkers/base_checker.py:23:5: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/base_checker.py:24:5: TCH001 Move application import `pylint.typing.OptionDict` into a type-checking block
pylint/checkers/base_checker.py:25:5: TCH001 Move application import `pylint.typing.Options` into a type-checking block
pylint/checkers/base_checker.py:26:5: TCH001 Move application import `pylint.typing.ReportsCallable` into a type-checking block
pylint/checkers/classes/class_checker.py:10:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/checkers/classes/class_checker.py:10:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/checkers/classes/class_checker.py:13:16: TCH003 Move standard library import `re.Pattern` into a type-checking block
pylint/checkers/classes/class_checker.py:18:27: TCH002 Move third-party import `astroid.nodes.LocalsDictNodeNG` into a type-checking block
pylint/checkers/classes/class_checker.py:19:28: TCH002 Move third-party import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
pylint/checkers/classes/class_checker.py:43:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/classes/special_methods_checker.py:9:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/checkers/classes/special_methods_checker.py:13:29: TCH002 Move third-party import `astroid.context.InferenceContext` into a type-checking block
pylint/checkers/classes/special_methods_checker.py:14:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/checkers/classes/special_methods_checker.py:25:34: TCH001 Move application import `pylint.lint.pylinter.PyLinter` into a type-checking block
pylint/checkers/deprecated.py:9:29: TCH003 Move standard library import `collections.abc.Container` into a type-checking block
pylint/checkers/deprecated.py:9:40: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/deprecated.py:18:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/design_analysis.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/checkers/design_analysis.py:19:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/exceptions.py:11:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
pylint/checkers/exceptions.py:16:29: TCH002 Move third-party import `astroid.context.InferenceContext` into a type-checking block
pylint/checkers/exceptions.py:17:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/checkers/exceptions.py:17:45: TCH002 Move third-party import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
pylint/checkers/exceptions.py:22:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/format.py:18:16: TCH003 Move standard library import `re.Match` into a type-checking block
pylint/checkers/format.py:27:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/imports.py:14:29: TCH003 Move standard library import `collections.abc.ItemsView` into a type-checking block
pylint/checkers/imports.py:14:40: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/checkers/imports.py:20:39: TCH002 Move third-party import `astroid.nodes._base_nodes.ImportNode` into a type-checking block
pylint/checkers/imports.py:35:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/imports.py:37:38: TCH001 Move application import `pylint.utils.linterstats.LinterStats` into a type-checking block
pylint/checkers/logging.py:14:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/checkers/logging.py:19:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/misc.py:13:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/checkers/misc.py:16:27: TCH001 Move application import `pylint.typing.ManagedMessage` into a type-checking block
pylint/checkers/newstyle.py:20:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/refactoring/refactoring_checker.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/checkers/refactoring/refactoring_checker.py:13:16: TCH003 Move standard library import `re.Pattern` into a type-checking block
pylint/checkers/similar.py:41:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/checkers/similar.py:41:39: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
pylint/checkers/similar.py:41:50: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/similar.py:41:60: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/checkers/similar.py:63:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/similar.py:63:51: TCH001 Move application import `pylint.typing.Options` into a type-checking block
pylint/checkers/spelling.py:14:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/checkers/stdlib.py:10:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/stdlib.py:15:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/checkers/stdlib.py:20:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/strings.py:13:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/strings.py:13:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/checkers/strings.py:18:28: TCH002 Move third-party import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
pylint/checkers/strings.py:23:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/typecheck.py:25:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/checkers/typecheck.py:25:45: TCH002 Move third-party import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
pylint/checkers/typecheck.py:54:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/checkers/unicode.py:18:8: TCH003 Move standard library import `io` into a type-checking block
pylint/checkers/unicode.py:21:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/unicode.py:26:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/checkers/unsupported_version.py:13:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/checkers/utils.py:15:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/utils.py:15:39: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/checkers/utils.py:23:29: TCH002 Move third-party import `astroid.context.InferenceContext` into a type-checking block
pylint/checkers/utils.py:25:39: TCH002 Move third-party import `astroid.nodes._base_nodes.ImportNode` into a type-checking block
pylint/checkers/utils.py:26:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/checkers/utils.py:26:45: TCH002 Move third-party import `astroid.typing.SuccessfulInferenceResult` into a type-checking block
pylint/checkers/variables.py:15:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
pylint/checkers/variables.py:15:40: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/checkers/variables.py:15:50: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/checkers/variables.py:22:27: TCH002 Move third-party import `astroid.nodes._base_nodes` into a type-checking block
pylint/checkers/variables.py:23:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/checkers/variables.py:35:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
pylint/config/_pylint_config/setup.py:11:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/config/_pylint_config/utils.py:10:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/config/argument.py:16:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/config/arguments_manager.py:14:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/config/arguments_manager.py:36:27: TCH001 Move application import `pylint.typing.DirectoryNamespaceDict` into a type-checking block
pylint/config/arguments_manager.py:36:51: TCH001 Move application import `pylint.typing.OptionDict` into a type-checking block
pylint/config/arguments_provider.py:9:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/config/arguments_provider.py:12:45: TCH001 Move application import `pylint.config.arguments_manager._ArgumentsManager` into a type-checking block
pylint/config/arguments_provider.py:13:27: TCH001 Move application import `pylint.typing.OptionDict` into a type-checking block
pylint/config/arguments_provider.py:13:39: TCH001 Move application import `pylint.typing.Options` into a type-checking block
pylint/config/callback_actions.py:14:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/config/callback_actions.py:14:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/config/config_initialization.py:14:20: TCH001 Move application import `pylint.reporters` into a type-checking block
pylint/config/deprecation_actions.py:13:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/config/find_default_config_files.py:10:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/config/utils.py:10:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/config/utils.py:10:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/constants.py:15:27: TCH001 Move application import `pylint.typing.MessageTypesFullName` into a type-checking block
pylint/extensions/check_elif.py:7:8: TCH003 Move standard library import `tokenize` into a type-checking block
pylint/extensions/check_elif.py:8:22: TCH003 Move standard library import `tokenize.TokenInfo` into a type-checking block
pylint/extensions/code_style.py:22:35: TCH002 Move third-party import `typing_extensions.TypeGuard` into a type-checking block
pylint/extensions/docparams.py:18:49: TCH001 Move application import `pylint.extensions._check_docs_utils.Docstring` into a type-checking block
pylint/extensions/docstyle.py:10:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/extensions/dunder.py:9:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/extensions/empty_comment.py:9:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/extensions/mccabe.py:9:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/extensions/redefined_loop_name.py:14:25: TCH001 Move application import `pylint.lint.PyLinter` into a type-checking block
pylint/extensions/while_used.py:11:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/graph.py:17:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/lint/base_options.py:31:27: TCH001 Move application import `pylint.typing.Options` into a type-checking block
pylint/lint/expand_modules.py:9:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/lint/expand_modules.py:10:16: TCH003 Move standard library import `re.Pattern` into a type-checking block
pylint/lint/expand_modules.py:14:27: TCH001 Move application import `pylint.typing.ErrorDescriptionDict` into a type-checking block
pylint/lint/expand_modules.py:14:49: TCH001 Move application import `pylint.typing.ModuleDescriptionDict` into a type-checking block
pylint/lint/message_state_handler.py:20:28: TCH001 Move application import `pylint.message.MessageDefinition` into a type-checking block
pylint/lint/parallel.py:9:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/lint/parallel.py:9:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/lint/parallel.py:16:28: TCH001 Move application import `pylint.message.Message` into a type-checking block
pylint/lint/parallel.py:17:27: TCH001 Move application import `pylint.typing.FileItem` into a type-checking block
pylint/lint/pylinter.py:7:8: TCH003 Move standard library import `argparse` into a type-checking block
pylint/lint/pylinter.py:16:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/lint/pylinter.py:16:39: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/lint/pylinter.py:16:49: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/lint/pylinter.py:16:59: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/lint/pylinter.py:19:16: TCH003 Move standard library import `re.Pattern` into a type-checking block
pylint/lint/pylinter.py:20:19: TCH003 Move standard library import `types.ModuleType` into a type-checking block
pylint/lint/pylinter.py:27:42: TCH001 Move application import `pylint.checkers.base_checker.BaseChecker` into a type-checking block
pylint/lint/report_functions.py:12:26: TCH001 Move application import `pylint.utils.LinterStats` into a type-checking block
pylint/lint/run.py:10:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/lint/run.py:26:44: TCH001 Move application import `pylint.reporters.base_reporter.BaseReporter` into a type-checking block
pylint/lint/utils.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/lint/utils.py:11:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/message/message_definition.py:7:8: TCH003 Move standard library import `sys` into a type-checking block
pylint/message/message_definition.py:10:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/message/message_definition_store.py:10:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/message/message_definition_store.py:10:39: TCH003 Move standard library import `collections.abc.ValuesView` into a type-checking block
pylint/message/message_definition_store.py:14:47: TCH001 Move application import `pylint.message.message_definition.MessageDefinition` into a type-checking block
pylint/pyreverse/diadefslib.py:9:8: TCH003 Move standard library import `argparse` into a type-checking block
pylint/pyreverse/diadefslib.py:10:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
pylint/pyreverse/diadefslib.py:18:40: TCH001 Move application import `pylint.pyreverse.inspector.Linker` into a type-checking block
pylint/pyreverse/diadefslib.py:18:48: TCH001 Move application import `pylint.pyreverse.inspector.Project` into a type-checking block
pylint/pyreverse/diagrams.py:9:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/pyreverse/dot_printer.py:15:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/pyreverse/main.py:10:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/pyreverse/main.py:26:27: TCH001 Move application import `pylint.typing.Options` into a type-checking block
pylint/pyreverse/printer.py:13:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/pyreverse/printer_factory.py:10:38: TCH001 Move application import `pylint.pyreverse.printer.Printer` into a type-checking block
pylint/pyreverse/utils.py:18:28: TCH002 Move third-party import `astroid.typing.InferenceResult` into a type-checking block
pylint/pyreverse/writer.py:9:8: TCH003 Move standard library import `argparse` into a type-checking block
pylint/pyreverse/writer.py:12:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/reporters/base_reporter.py:11:28: TCH001 Move application import `pylint.message.Message` into a type-checking block
pylint/reporters/base_reporter.py:13:26: TCH001 Move application import `pylint.utils.LinterStats` into a type-checking block
pylint/reporters/multi_reporter.py:8:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/reporters/multi_reporter.py:12:28: TCH001 Move application import `pylint.message.Message` into a type-checking block
pylint/reporters/multi_reporter.py:13:44: TCH001 Move application import `pylint.reporters.base_reporter.BaseReporter` into a type-checking block
pylint/reporters/multi_reporter.py:14:26: TCH001 Move application import `pylint.utils.LinterStats` into a type-checking block
pylint/reporters/reports_handler_mix_in.py:8:29: TCH003 Move standard library import `collections.abc.MutableSequence` into a type-checking block
pylint/reporters/reports_handler_mix_in.py:14:26: TCH001 Move application import `pylint.utils.LinterStats` into a type-checking block
pylint/reporters/ureports/base_writer.py:14:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/reporters/ureports/nodes.py:12:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
pylint/reporters/ureports/nodes.py:12:39: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/reporters/ureports/nodes.py:15:51: TCH001 Move application import `pylint.reporters.ureports.base_writer.BaseWriter` into a type-checking block
pylint/testutils/_primer/primer.py:10:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
pylint/testutils/_primer/primer.py:13:53: TCH001 Move application import `pylint.testutils._primer.primer_command.PrimerCommand` into a type-checking block
pylint/testutils/_primer/primer_command.py:8:8: TCH003 Move standard library import `argparse` into a type-checking block
pylint/testutils/_primer/primer_command.py:9:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
pylint/testutils/_primer/primer_command.py:12:44: TCH001 Move application import `pylint.reporters.json_reporter.OldJsonExport` into a type-checking block
pylint/testutils/_primer/primer_command.py:13:38: TCH001 Move application import `pylint.testutils._primer.PackageToLint` into a type-checking block
pylint/testutils/_primer/primer_compare_command.py:9:44: TCH001 Move application import `pylint.reporters.json_reporter.OldJsonExport` into a type-checking block
pylint/testutils/_primer/primer_run_command.py:15:28: TCH001 Move application import `pylint.message.Message` into a type-checking block
pylint/testutils/_primer/primer_run_command.py:17:44: TCH001 Move application import `pylint.reporters.json_reporter.OldJsonExport` into a type-checking block
pylint/testutils/_primer/primer_run_command.py:18:54: TCH001 Move application import `pylint.testutils._primer.package_to_lint.PackageToLint` into a type-checking block
pylint/testutils/_run.py:12:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/testutils/_run.py:15:44: TCH001 Move application import `pylint.reporters.base_reporter.BaseReporter` into a type-checking block
pylint/testutils/checker_test_case.py:8:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
pylint/testutils/checker_test_case.py:8:40: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/testutils/checker_test_case.py:11:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/testutils/checker_test_case.py:15:42: TCH001 Move application import `pylint.testutils.output_line.MessageTest` into a type-checking block
pylint/testutils/configuration_test.py:16:27: TCH003 Move standard library import `unittest.mock.Mock` into a type-checking block
pylint/testutils/decorator.py:8:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/testutils/decorator.py:11:48: TCH001 Move application import `pylint.testutils.checker_test_case.CheckerTestCase` into a type-checking block
pylint/testutils/functional/find_functional_tests.py:8:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/testutils/functional/lint_module_output_update.py:10:28: TCH002 Move third-party import `_pytest.config.Config` into a type-checking block
pylint/testutils/functional/lint_module_output_update.py:13:51: TCH001 Move application import `pylint.testutils.functional.test_file.FunctionalTestFile` into a type-checking block
pylint/testutils/functional/lint_module_output_update.py:15:42: TCH001 Move application import `pylint.testutils.output_line.OutputLine` into a type-checking block
pylint/testutils/functional/test_file.py:8:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
pylint/testutils/lint_module_test.py:18:28: TCH002 Move third-party import `_pytest.config.Config` into a type-checking block
pylint/testutils/lint_module_test.py:24:36: TCH001 Move application import `pylint.message.message.Message` into a type-checking block
pylint/testutils/output_line.py:7:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/testutils/output_line.py:10:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/testutils/output_line.py:14:36: TCH001 Move application import `pylint.message.message.Message` into a type-checking block
pylint/testutils/pyreverse.py:10:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
pylint/testutils/reporter_for_tests.py:11:28: TCH001 Move application import `pylint.message.Message` into a type-checking block
pylint/testutils/unittest_linter.py:11:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
pylint/testutils/utils.py:10:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
pylint/testutils/utils.py:10:40: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/testutils/utils.py:12:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
pylint/utils/ast_walker.py:10:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/utils/file_state.py:9:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
pylint/utils/linterstats.py:9:27: TCH001 Move application import `pylint.typing.MessageTypesFullName` into a type-checking block
pylint/utils/pragma_parser.py:8:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
pylint/utils/utils.py:17:8: TCH003 Move standard library import `argparse` into a type-checking block
pylint/utils/utils.py:25:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
pylint/utils/utils.py:26:16: TCH003 Move standard library import `io.BufferedReader` into a type-checking block
pylint/utils/utils.py:26:32: TCH003 Move standard library import `io.BytesIO` into a type-checking block
pylint/utils/utils.py:42:27: TCH001 Move application import `pylint.typing.OptionDict` into a type-checking block
tests/checkers/unittest_non_ascii_name.py:8:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
tests/checkers/unittest_stdlib.py:8:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/checkers/unittest_stdlib.py:8:39: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/checkers/unittest_stdlib.py:13:29: TCH002 Move third-party import `astroid.context.InferenceContext` into a type-checking block
tests/checkers/unittest_stdlib.py:14:29: TCH002 Move third-party import `astroid.manager.AstroidManager` into a type-checking block
tests/checkers/unittest_unicode/unittest_bad_chars.py:10:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/checkers/unittest_unicode/unittest_bad_chars.py:11:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
tests/checkers/unittest_unicode/unittest_functions.py:8:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
tests/config/test_find_default_config_files.py:13:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/conftest.py:10:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/conftest.py:16:29: TCH001 Move application import `pylint.checkers.BaseChecker` into a type-checking block
tests/conftest.py:19:30: TCH001 Move application import `pylint.reporters.BaseReporter` into a type-checking block
tests/functional/ext/typing/typing_broken_callable_future_import.py:10:8: TCH003 Move standard library import `collections.abc` into a type-checking block
tests/functional/ext/typing/typing_broken_noreturn_future_import.py:16:8: TCH002 Move third-party import `typing_extensions` into a type-checking block
tests/functional/ext/typing/typing_consider_using_alias.py:16:8: TCH003 Move standard library import `collections.abc` into a type-checking block
tests/functional/ext/typing/typing_consider_using_alias.py:18:29: TCH003 Move standard library import `collections.abc.Awaitable` into a type-checking block
tests/functional/p/postponed/postponed_evaluation_pep585.py:112:8: TCH003 Move standard library import `collections.abc` into a type-checking block
tests/functional/p/postponed/postponed_evaluation_pep585.py:113:8: TCH003 Move standard library import `contextlib` into a type-checking block
tests/functional/p/postponed/postponed_evaluation_pep585.py:114:8: TCH003 Move standard library import `re` into a type-checking block
tests/functional/r/regression_02/regression_4660.py:9:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/functional/u/undefined/undefined_variable.py:252:26: TCH004 Move import `datetime.datetime` out of type-checking block. Import is used for more than type hinting.
tests/functional/u/undefined/undefined_variable.py:353:5: TCH005 Found empty type-checking block
tests/functional/u/unpacking/unpacking_non_sequence_py37.py:13:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/functional/u/unused/unused_name_in_string_literal_type_annotation.py:4:22: TCH003 Move standard library import `argparse.ArgumentParser` into a type-checking block
tests/functional/u/unused/unused_name_in_string_literal_type_annotation.py:4:38: TCH003 Move standard library import `argparse.Namespace` into a type-checking block
tests/functional/u/unused/unused_name_in_string_literal_type_annotation.py:5:8: TCH003 Move standard library import `os` into a type-checking block
tests/functional/u/unused/unused_name_in_string_literal_type_annotation.py:6:16: TCH003 Move standard library import `os.PathLike` into a type-checking block
tests/functional/u/unused/unused_name_in_string_literal_type_annotation.py:7:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
tests/functional/u/unused/unused_name_in_string_literal_type_annotation_py38.py:6:18: TCH003 Move standard library import `http.HTTPStatus` into a type-checking block
tests/functional/u/unused/unused_name_in_string_literal_type_annotation_py39.py:3:8: TCH002 Move third-party import `graphlib` into a type-checking block
tests/functional/u/unused/unused_name_in_string_literal_type_annotation_py39.py:4:22: TCH002 Move third-party import `graphlib.TopologicalSorter` into a type-checking block
tests/functional/u/used/used_before_assignment_scoping.py:6:26: TCH004 Move import `datetime.datetime` out of type-checking block. Import is used for more than type hinting.
tests/functional/u/used/used_before_assignment_typing.py:9:16: TCH004 Move import `math` out of type-checking block. Import is used for more than type hinting.
tests/functional/u/used/used_before_assignment_typing.py:19:12: TCH004 Move import `datetime` out of type-checking block. Import is used for more than type hinting.
tests/lint/unittest_expand_modules.py:15:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
tests/lint/unittest_expand_modules.py:15:51: TCH001 Move application import `pylint.typing.ModuleDescriptionDict` into a type-checking block
tests/lint/unittest_lint.py:14:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/lint/unittest_lint.py:25:21: TCH002 Move third-party import `astroid.nodes` into a type-checking block
tests/message/conftest.py:9:29: TCH003 Move standard library import `collections.abc.ValuesView` into a type-checking block
tests/message/unittest_message.py:7:29: TCH003 Move standard library import `collections.abc.ValuesView` into a type-checking block
tests/message/unittest_message.py:11:47: TCH001 Move application import `pylint.message.message_definition.MessageDefinition` into a type-checking block
tests/message/unittest_message_definition_store.py:17:53: TCH001 Move application import `pylint.message.message_definition_store.MessageDefinitionStore` into a type-checking block
tests/message/unittest_message_definition_store.py:18:27: TCH001 Move application import `pylint.typing.MessageDefinitionTuple` into a type-checking block
tests/message/unittest_message_id_store.py:7:29: TCH003 Move standard library import `collections.abc.ValuesView` into a type-checking block
tests/message/unittest_message_id_store.py:13:47: TCH001 Move application import `pylint.message.message_definition.MessageDefinition` into a type-checking block
tests/message/unittest_message_id_store.py:14:45: TCH001 Move application import `pylint.message.message_id_store.MessageIdStore` into a type-checking block
tests/primer/test_primer_stdlib.py:12:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/profile/test_profile_against_externals.py:13:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
tests/pyreverse/conftest.py:7:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/pyreverse/conftest.py:10:40: TCH002 Move third-party import `astroid.nodes.scoped_nodes.Module` into a type-checking block
tests/pyreverse/conftest.py:15:27: TCH001 Move application import `pylint.typing.GetProjectCallable` into a type-checking block
tests/pyreverse/test_diadefs.py:12:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/pyreverse/test_diadefs.py:24:39: TCH001 Move application import `pylint.pyreverse.diagrams.DiagramEntity` into a type-checking block
tests/pyreverse/test_diadefs.py:24:54: TCH001 Move application import `pylint.pyreverse.diagrams.Relationship` into a type-checking block
tests/pyreverse/test_diadefs.py:28:27: TCH001 Move application import `pylint.typing.GetProjectCallable` into a type-checking block
tests/pyreverse/test_diagrams.py:11:40: TCH001 Move application import `pylint.testutils.pyreverse.PyreverseConfig` into a type-checking block
tests/pyreverse/test_diagrams.py:12:27: TCH001 Move application import `pylint.typing.GetProjectCallable` into a type-checking block
tests/pyreverse/test_inspector.py:13:29: TCH003 Move standard library import `collections.abc.Generator` into a type-checking block
tests/pyreverse/test_inspector.py:20:40: TCH001 Move application import `pylint.pyreverse.inspector.Project` into a type-checking block
tests/pyreverse/test_inspector.py:22:27: TCH001 Move application import `pylint.typing.GetProjectCallable` into a type-checking block
tests/pyreverse/test_main.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/pyreverse/test_main.py:16:29: TCH002 Move third-party import `_pytest.capture.CaptureFixture` into a type-checking block
tests/pyreverse/test_main.py:17:30: TCH002 Move third-party import `_pytest.fixtures.SubRequest` into a type-checking block
tests/pyreverse/test_printer_factory.py:14:38: TCH001 Move application import `pylint.pyreverse.printer.Printer` into a type-checking block
tests/pyreverse/test_writer.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/pyreverse/test_writer.py:13:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
tests/pyreverse/test_writer.py:22:40: TCH001 Move application import `pylint.testutils.pyreverse.PyreverseConfig` into a type-checking block
tests/pyreverse/test_writer.py:23:27: TCH001 Move application import `pylint.typing.GetProjectCallable` into a type-checking block
tests/regrtest_data/dummy_plugin/dummy_plugin.py:2:34: TCH001 Move application import `pylint.lint.pylinter.PyLinter` into a type-checking block
tests/regrtest_data/importing_plugin/importing_plugin.py:4:34: TCH001 Move application import `pylint.lint.pylinter.PyLinter` into a type-checking block
tests/reporters/unittest_reporting.py:13:21: TCH003 Move standard library import `pathlib.Path` into a type-checking block
tests/test_functional.py:13:28: TCH002 Move third-party import `_pytest.config.Config` into a type-checking block
tests/test_import_graph.py:11:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/test_import_graph.py:15:30: TCH002 Move third-party import `_pytest.fixtures.SubRequest` into a type-checking block
tests/test_pylint_runners.py:13:29: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
tests/test_pylint_runners.py:14:16: TCH003 Move standard library import `io.BufferedReader` into a type-checking block
tests/test_regr.py:15:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
tests/test_regr.py:15:39: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/test_regr.py:22:34: TCH001 Move application import `pylint.lint.pylinter.PyLinter` into a type-checking block
tests/test_self.py:19:29: TCH003 Move standard library import `collections.abc.Iterator` into a type-checking block
tests/test_self.py:33:28: TCH001 Move application import `pylint.message.Message` into a type-checking block
tests/testutils/_primer/test_primer.py:13:29: TCH002 Move third-party import `_pytest.capture.CaptureFixture` into a type-checking block
tests/testutils/test_lint_module_output_update.py:10:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
Found 310 errors.
Found 22 errors (22 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
tests/packages/test-invalid-requirements/pyproject.toml:2:12: RUF200 Failed to parse pyproject.toml: Expected one of `@`, `(`, `<`, `=`, `>`, `~`, `!`, `;`, found `i`
this is invalid
^
tests/packages/test-no-requires/pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `requires`
Found 12 errors (10 fixed, 2 remaining).
Found 68 errors (68 fixed, 0 remaining).
backend/src/hatchling/builders/hooks/plugin/interface.py:8:38: TCH004 Move import `hatchling.bridge.app.Application` out of type-checking block. Import is used for more than type hinting.
backend/src/hatchling/builders/plugin/interface.py:14:38: TCH004 Move import `hatchling.bridge.app.Application` out of type-checking block. Import is used for more than type hinting.
backend/src/hatchling/metadata/core.py:15:38: TCH004 Move import `packaging.specifiers.SpecifierSet` out of type-checking block. Import is used for more than type hinting.
Found 5 errors (2 fixed, 3 remaining).
Found 24 errors (24 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
pyproject.toml:5:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
Found 3 errors (3 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 28 errors (28 fixed, 0 remaining).
error: error parsing glob '/app/checkouts/PythonBiellaGroup/Bear/{{cookiecutter.directory_name}}/__init__.py': nested alternate groups are not allowed
Found 61 errors (61 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Fixed 3 errors:
- telegram/_files/inputsticker.py:
1 × TCH001 (typing-only-first-party-import)
- telegram/ext/_dictpersistence.py:
1 × TCH001 (typing-only-first-party-import)
- telegram/ext/_jobqueue.py:
1 × TCH002 (typing-only-third-party-import)
Found 3 errors (3 fixed, 0 remaining).
Found 53 errors (53 fixed, 0 remaining).
qcodes/dataset/plotting.py:20:12: TCH004 Move import `matplotlib.ticker` out of type-checking block. Import is used for more than type hinting.
Found 151 errors (150 fixed, 1 remaining).
warning: `I252` has been remapped to `TID252`.
Found 35 errors (35 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
error: error parsing glob '/app/checkouts/quinn-p-mchugh/cookiecutter-python/{{cookiecutter.project_slug}}/.git': nested alternate groups are not allowed
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
randovania/game_description/db/node_provider.py:9:64: TCH004 Move import `randovania.game_description.db.area_identifier.AreaIdentifier` out of type-checking block. Import is used for more than type hinting.
Found 136 errors (135 fixed, 1 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 225 errors (225 fixed, 0 remaining).
synapse/events/spamcheck.py:45:12: TCH004 Move import `synapse.server` out of type-checking block. Import is used for more than type hinting.
Found 56 errors (55 fixed, 1 remaining).
pyproject.toml:7:11: RUF200 Failed to parse pyproject.toml: Version `` doesn't match PEP 440 rules
Found 1 error.
pyproject.toml:11:11: RUF200 Failed to parse pyproject.toml: Version `` doesn't match PEP 440 rules
Found 1 error.
Found 1 error (1 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 6 errors (6 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
error: Failed to parse tests/test_parser.py:1:6: expected 'name', but got Newline
study_plans/leet-75/rotten_oranges/rotten_oranges.py:10:33: TCH004 Move import `collections.abc.Generator` out of type-checking block. Import is used for more than type hinting.
Found 1 error.
Found 2 errors (2 fixed, 0 remaining).
Found 11 errors (11 fixed, 0 remaining).
langchain/document_loaders/discord.py:10:12: TCH004 Move import `pandas` out of type-checking block. Import is used for more than type hinting.
langchain/utilities/powerbi.py:20:39: TCH004 Move import `azure.core.exceptions.ClientAuthenticationError` out of type-checking block. Import is used for more than type hinting.
Found 112 errors (110 fixed, 2 remaining).
Found 11 errors (11 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Fixed 1 error:
- django_mapengine/layers.py:
1 × TCH002 (typing-only-third-party-import)
Found 1 error (1 fixed, 0 remaining).
warning: `RUF004` has been remapped to `B026`.
error: TOML parse error at line 290, column 12
|
290 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
warning: `M` has been remapped to `RUF100`.
Found 30 errors (30 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
error: TOML parse error at line 1, column 1
|
1 | {% include "jinja_template/license_header.toml.j2" %}
| ^
invalid key
Found 51 errors (51 fixed, 0 remaining).
Found 11 errors (11 fixed, 0 remaining).
riptable/Utils/rt_testing.py:
21:34 TCH004 Move import `..rt_categorical.Categorical` out of type-checking block. Import is used for more than type hinting.
riptable/rt_groupbyops.py:
29:31 TCH004 Move import `.rt_fastarray.FastArray` out of type-checking block. Import is used for more than type hinting.
riptable/rt_struct.py:
57:12 TCH004 Move import `re` out of type-checking block. Import is used for more than type hinting.
Found 10 errors (7 fixed, 3 remaining).
Found 23 errors (23 fixed, 0 remaining).
Found 36 errors (36 fixed, 0 remaining).
Found 316 errors (316 fixed, 0 remaining).
Found 47 errors (47 fixed, 0 remaining).
error: TOML parse error at line 72, column 1
|
72 | update-check = false
| ^^^^^^^^^^^^
unknown field `update-check`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
error: error parsing glob '/app/checkouts/sanders41/cookiecutter-python/{{{{cookiecutter.project_slug}}}}': nested alternate groups are not allowed
Found 3 errors (3 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 8 errors (8 fixed, 0 remaining).
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
Found 1 error (1 fixed, 0 remaining).
wyvern/components/buttons.py:32:38: TCH004 Move import `wyvern.models.emojis.CustomEmoji` out of type-checking block. Import is used for more than type hinting.
wyvern/plugins.py:29:53: TCH004 Move import `wyvern.events.as_listener` out of type-checking block. Import is used for more than type hinting.
Found 14 errors (12 fixed, 2 remaining).
Found 2 errors (2 fixed, 0 remaining).
error: TOML parse error at line 88, column 1
|
88 | update-check = false
| ^^^^^^^^^^^^
unknown field `update-check`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 1 error (1 fixed, 0 remaining).
Found 9 errors (9 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
error: Failed to create fix for TypingOnlyFirstPartyImport: Unable to insert `TYPE_CHECKING` into scope due to name conflict
src/awkward/_nplikes/__init__.py:11:44: TCH001 Move application import `awkward._nplikes.numpylike.ArrayLike` into a type-checking block
src/awkward/_nplikes/__init__.py:11:55: TCH001 Move application import `awkward._nplikes.numpylike.NumpyLike` into a type-checking block
src/awkward/_slicing.py:7:39: TCH001 Move application import `awkward._backends.backend.Backend` into a type-checking block
src/awkward/_slicing.py:18:42: TCH001 Move application import `awkward.contents.content.Content` into a type-checking block
src/awkward/contents/bitmaskedarray.py:9:39: TCH001 Move application import `awkward._backends.backend.Backend` into a type-checking block
src/awkward/contents/bytemaskedarray.py:9:39: TCH001 Move application import `awkward._backends.backend.Backend` into a type-checking block
src/awkward/contents/content.py:41:32: TCH001 Move application import `awkward.forms.form.Form` into a type-checking block
src/awkward/contents/emptyarray.py:7:39: TCH001 Move application import `awkward._backends.backend.Backend` into a type-checking block
src/awkward/contents/emptyarray.py:20:27: TCH001 Move application import `awkward.index.Index` into a type-checking block
src/awkward/contents/indexedarray.py:7:39: TCH001 Move application import `awkward._backends.backend.Backend` into a type-checking block
src/awkward/contents/indexedoptionarray.py:7:39: TCH001 Move application import `awkward._backends.backend.Backend` into a type-checking block
src/awkward/contents/listarray.py:7:39: TCH001 Move application import `awkward._backends.backend.Backend` into a type-checking block
src/awkward/contents/listoffsetarray.py:7:39: TCH001 Move application import `awkward._backends.backend.Backend` into a type-checking block
src/awkward/contents/numpyarray.py:7:39: TCH001 Move application import `awkward._backends.backend.Backend` into a type-checking block
src/awkward/contents/numpyarray.py:28:27: TCH001 Move application import `awkward.index.Index` into a type-checking block
src/awkward/contents/recordarray.py:9:39: TCH001 Move application import `awkward._backends.backend.Backend` into a type-checking block
src/awkward/contents/recordarray.py:28:27: TCH001 Move application import `awkward.index.Index` into a type-checking block
src/awkward/contents/regulararray.py:7:39: TCH001 Move application import `awkward._backends.backend.Backend` into a type-checking block
src/awkward/contents/regulararray.py:23:27: TCH001 Move application import `awkward.index.Index` into a type-checking block
src/awkward/contents/unionarray.py:10:39: TCH001 Move application import `awkward._backends.backend.Backend` into a type-checking block
src/awkward/contents/unmaskedarray.py:8:39: TCH001 Move application import `awkward._backends.backend.Backend` into a type-checking block
src/awkward/contents/unmaskedarray.py:25:27: TCH001 Move application import `awkward.index.Index` into a type-checking block
Found 75 errors (53 fixed, 22 remaining).
Found 539 errors (539 fixed, 0 remaining).
src/scippuncertainty/mc/driver.py:10:8: TCH002 Move third-party import `numpy` into a type-checking block
src/scippuncertainty/mc/driver.py:11:8: TCH002 Move third-party import `scipp` into a type-checking block
src/scippuncertainty/mc/driver.py:16:26: TCH001 Move application import `.accumulator.Accumulator` into a type-checking block
src/scippuncertainty/mc/driver.py:17:22: TCH001 Move application import `.sampler.Sampler` into a type-checking block
src/scippuncertainty/mc/sampler.py:8:8: TCH002 Move third-party import `numpy` into a type-checking block
Found 5 errors.
Found 13 errors (13 fixed, 0 remaining).
Found 8 errors (8 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 15 errors (15 fixed, 0 remaining).
Found 33 errors (33 fixed, 0 remaining).
Found 13 errors (13 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
main.py:196:12: TCH004 Move import `wx` out of type-checking block. Import is used for more than type hinting.
Found 6 errors (5 fixed, 1 remaining).
error: Failed to parse assets/code/test.py:258:19: unexpected token "The following test left garbage:"
Found 1 error (1 fixed, 0 remaining).
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
Found 4 errors (4 fixed, 0 remaining).
error: TOML parse error at line 11, column 15
|
11 | line-length = -1
| ^^
invalid value: integer `-1`, expected usize
error: Required version `0.0.255` does not match the running version `0.0.270`
Found 1 error (1 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 30 errors (30 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
error: Failed to parse soft_search/bin/get_github_repositories_with_nsf_ref-WITHCOMMENTS.py:126:12: unexpected token Newline
Found 16 errors (16 fixed, 0 remaining).
error: Failed to parse aim_realtime_fraud_detection/fraud_detection/training.py:1:9: unexpected token 'com'
error: Failed to parse aim_realtime_fraud_detection/tasks/training.py:10:9: unexpected token 'com'
error: TOML parse error at line 109, column 12
|
109 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 3 errors (3 fixed, 0 remaining).
Found 82 errors (82 fixed, 0 remaining).
error: Failed to parse tests/test-cases/basic/ssa_case_1_no_sugar.py:45:29: unexpected token Newline
error: Failed to parse tests/test-cases/ssa_basecase/ssa_case_1_no_sugar.py:45:29: unexpected token Newline
error: Failed to parse src/scalpel/file_system.py:162:58: unexpected token '_'
Found 93 errors (93 fixed, 0 remaining).
Found 11 errors (11 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
error: TOML parse error at line 198, column 1
|
198 | update-check = false
| ^^^^^^^^^^^^
unknown field `update-check`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
error: Failed to parse convert_headers.py:43:15: unexpected token "Skipping"
error: Failed to parse ingest_fits_archive.py:27:19: unexpected token "Skipping"
error: Failed to parse fetch_tutorial.py:5:7: unexpected token "Welcome to the fetch module!"
error: Failed to parse make_qual.py:37:15: unexpected token "Reading"
error: Failed to parse validate.py:22:11: unexpected token "%s %12d %7d"
error: Failed to parse get_products.py:30:15: unexpected token "Made"
error: Failed to parse alias_rename_files.py:54:19: unexpected token "mv {} {}"
error: Failed to parse ingest_h5_archive.py:35:11: unexpected token "Made"
error: Failed to parse dev_utils/fix_neg_dts.py:33:11: unexpected token 'filetype'
error: Failed to parse make_resync_stage.py:55:11: unexpected token "Copying {} content"
error: Failed to parse make_h5.py:8:11: unexpected token "Reading tlm"
error: Failed to parse update_h5_archive.py:30:11: unexpected token "Made"
error: Failed to parse correlate_units.py:10:15: unexpected token 'cxcmsid'
error: Failed to parse rebuild_stats/validate_stats.py:67:15: unexpected token "Skipping"
error: Failed to parse rebuild_stats/move_stats.py:21:11: unexpected token "Content:"
error: Failed to parse update_fits_archive.py:40:19: unexpected token "Skipping"
error: Failed to parse find_rel_temps.py:21:15: unexpected token 'msid'
error: Failed to parse make_regr_data.py:169:11: unexpected token 'contents'
error: Failed to parse fix_ingest_h5.py:39:11: unexpected token 'filetype'
error: Failed to parse update_h5_archive2.py:30:11: unexpected token "Made"
error: Failed to parse move_fits_archive.py:50:23: unexpected token "Making dir"
error: Failed to parse update_h5_archive3.py:31:11: unexpected token "Made"
error: Failed to parse test/get_regr_vals.py:35:7: unexpected token "Fetch file is"
error: Failed to parse test/compare_regr_vals.py:33:23: unexpected token "MSID={} stat={} missing in flight or test data"
error: Failed to parse test/make_plots.py:14:7: unexpected token "Fetch file is"
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
Found 2 errors (2 fixed, 0 remaining).
Found 15 errors (15 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 316 errors (316 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
error: Failed to parse tests/data/execute_code/syntax_error/robot.py:1:22: Got unexpected nesting
Found 2 errors (2 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
error: TOML parse error at line 19, column 12
|
19 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 49 errors (49 fixed, 0 remaining).
Found 51 errors (51 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 13 errors (13 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 102 errors (102 fixed, 0 remaining).
Found 11 errors (11 fixed, 0 remaining).
error: TOML parse error at line 110, column 12
|
110 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 2 errors (2 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 322 errors (322 fixed, 0 remaining).
Found 20 errors (20 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
langchain/document_loaders/discord.py:10:12: TCH004 Move import `pandas` out of type-checking block. Import is used for more than type hinting.
langchain/document_loaders/onedrive.py:18:22: TCH004 Move import `O365.Account` out of type-checking block. Import is used for more than type hinting.
langchain/memory/chat_message_histories/zep.py:14:45: TCH004 Move import `zep_python.NotFoundError` out of type-checking block. Import is used for more than type hinting.
Found 202 errors (199 fixed, 3 remaining).
Found 76 errors (76 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 26 errors (26 fixed, 0 remaining).
src/srctools/property_parser.py:16:9: TCH004 Move import `srctools.keyvalues.KeyValError` out of type-checking block. Import is used for more than type hinting.
src/srctools/property_parser.py:16:37: TCH004 Move import `srctools.keyvalues.Keyvalues` out of type-checking block. Import is used for more than type hinting.
src/srctools/property_parser.py:16:60: TCH004 Move import `srctools.keyvalues.NoKeyError` out of type-checking block. Import is used for more than type hinting.
src/srctools/vec.py:19:9: TCH004 Move import `srctools.math.Angle` out of type-checking block. Import is used for more than type hinting.
src/srctools/vec.py:19:25: TCH004 Move import `srctools.math.Matrix` out of type-checking block. Import is used for more than type hinting.
src/srctools/vec.py:19:43: TCH004 Move import `srctools.math.Vec` out of type-checking block. Import is used for more than type hinting.
src/srctools/vec.py:19:55: TCH004 Move import `srctools.math.Vec_tuple` out of type-checking block. Import is used for more than type hinting.
src/srctools/vec.py:19:79: TCH004 Move import `srctools.math.lerp` out of type-checking block. Import is used for more than type hinting.
src/srctools/vec.py:20:9: TCH004 Move import `srctools.math.parse_vec_str` out of type-checking block. Import is used for more than type hinting.
src/srctools/vec.py:20:41: TCH004 Move import `srctools.math.to_matrix` out of type-checking block. Import is used for more than type hinting.
Found 13 errors (3 fixed, 10 remaining).
warning: `M001` has been remapped to `RUF100`.
Found 1 error (1 fixed, 0 remaining).
error: TOML parse error at line 34, column 1778
|
34 | select = ['A', 'A0', 'A00', 'A001', 'A002', 'A003', 'ANN', 'ANN0', 'ANN00', 'ANN001', 'ANN002', 'ANN003', 'ANN1', 'ANN10', 'ANN101', 'ANN102', 'ANN2', 'ANN20', 'ANN201', 'ANN202', 'ANN204', 'ANN205', 'ANN206', 'ANN4', 'ANN40', 'ANN401', 'B', 'B0', 'B00', 'B002', 'B003', 'B004', 'B005', 'B006', 'B007', 'B008', 'B009', 'B01', 'B010', 'B011', 'B012', 'B013', 'B014', 'B015', 'B016', 'B017', 'B018', 'B019', 'B02', 'B020', 'B021', 'B022', 'B023', 'B024', 'B025', 'B026', 'B027', 'B9', 'B90', 'B904', 'BLE', 'BLE0', 'BLE00', 'BLE001', 'C', 'C4', 'C40', 'C400', 'C401', 'C402', 'C403', 'C404', 'C405', 'C406', 'C408', 'C409', 'C41', 'C410', 'C411', 'C413', 'C414', 'C415', 'C416', 'C417', 'C9', 'C90', 'C901', 'D', 'D1', 'D10', 'D100', 'D101', 'D102', 'D103', 'D104', 'D105', 'D106', 'D107', 'D2', 'D20', 'D200', 'D201', 'D202', 'D203', 'D204', 'D205', 'D206', 'D207', 'D208', 'D209', 'D21', 'D210', 'D211', 'D212', 'D213', 'D214', 'D215', 'D3', 'D30', 'D300', 'D4', 'D40', 'D400', 'D402', 'D403', 'D404', 'D405', 'D406', 'D407', 'D408', 'D409', 'D41', 'D410', 'D411', 'D412', 'D413', 'D414', 'D415', 'D416', 'D417', 'D418', 'D419', 'E', 'E4', 'E40', 'E402', 'E5', 'E50', 'E501', 'E7', 'E71', 'E711', 'E712', 'E713', 'E714', 'E72', 'E721', 'E722', 'E73', 'E731', 'E74', 'E741', 'E742', 'E743', 'E9', 'E90', 'E902', 'E99', 'E999', 'ERA', 'ERA0', 'ERA00', 'ERA001', 'F', 'F4', 'F40', 'F401', 'F402', 'F403', 'F404', 'F405', 'F406', 'F407', 'F5', 'F50', 'F501', 'F502', 'F503', 'F504', 'F505', 'F506', 'F507', 'F508', 'F509', 'F52', 'F521', 'F522', 'F523', 'F524', 'F525', 'F54', 'F541', 'F6', 'F60', 'F601', 'F602', 'F62', 'F621', 'F622', 'F63', 'F631', 'F632', 'F633', 'F634', 'F7', 'F70', 'F701', 'F702', 'F704', 'F706', 'F707', 'F72', 'F722', 'F8', 'F82', 'F821', 'F822', 'F823', 'F83', 'F831', 'F84', 'F841', 'F9', 'F90', 'F901', 'FBT', 'FBT0', 'FBT00', 'FBT001', 'FBT002', 'FBT003', 'I', 'I0', 'I00', 'I001', 'I2', 'I25', 'I252', 'N', 'N8', 'N80', 'N801', 'N802', 'N803', 'N804', 'N805', 'N806', 'N807', 'N81', 'N811', 'N812', 'N813', 'N814', 'N815', 'N816', 'N817', 'N818', 'PGH', 'PGH0', 'PGH00', 'PGH001', 'PLC', 'PLC0', 'PLC04', 'PLC041', 'PLC0414', 'PLC2', 'PLC22', 'PLC220', 'PLC2201', 'PLC3', 'PLC30', 'PLC300', 'PLC3002', 'PLE', 'PLE1', 'PLE11', 'PLE114', 'PLE1142', 'PLR', 'PLR0', 'PLR02', 'PLR020', 'PLR0206', 'PLR04', 'PLR040', 'PLR0402', 'PLR1', 'PLR17', 'PLR170', 'PLR1701', 'PLR172', 'PLR1722', 'PLW', 'PLW0', 'PLW01', 'PLW012', 'PLW0120', 'Q', 'Q0', 'Q00', 'Q000', 'Q001', 'Q002', 'Q003', 'RET', 'RET5', 'RET50', 'RET501', 'RET502', 'RET503', 'RET504', 'RET505', 'RET506', 'RET507', 'RET508', 'RUF', 'RUF0', 'RUF00', 'RUF001', 'RUF002', 'RUF003', 'RUF1', 'RUF10', 'RUF100', 'S', 'S1', 'S10', 'S101', 'S102', 'S104', 'S105', 'S106', 'S107', 'T', 'T1', 'T10', 'T100', 'T2', 'T20', 'T201', 'T203', 'U', 'U0', 'U00', 'U001', 'U003', 'U004', 'U005', 'U006', 'U007', 'U008', 'U009', 'U01', 'U010', 'U011', 'U012', 'U013', 'U014', 'U015', 'UP', 'UP0', 'UP00', 'UP001', 'UP003', 'UP004', 'UP005', 'UP006', 'UP007', 'UP008', 'UP009', 'UP01', 'UP010', 'UP011', 'UP012', 'UP013', 'UP014', 'UP015', 'W', 'W2', 'W29', 'W292', 'W6', 'W60', 'W605', 'YTT', 'YTT1', 'YTT10', 'YTT101', 'YTT102', 'YTT103', 'YTT2', 'YTT20', 'YTT201', 'YTT202', 'YTT203', 'YTT204', 'YTT3', 'YTT30', 'YTT301', 'YTT302', 'YTT303']
| ^^^^^
Unknown rule selector: `F83`
Found 32 errors (32 fixed, 0 remaining).
Found 27 errors (27 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
error: TOML parse error at line 154, column 12
|
154 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 4 errors (4 fixed, 0 remaining).
Found 14 errors (14 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
Found 4 errors (4 fixed, 0 remaining).
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
error: Failed to parse freqtrade/freqai/data_kitchen.py:70:9: non-default argument follows default argument
freqtrade/rpc/external_message_consumer.py:29:12: TCH004 Move import `websockets.connect` out of type-checking block. Import is used for more than type hinting.
Found 17 errors (16 fixed, 1 remaining).
aioinject/context.py:4:8: TCH003 Move standard library import `contextvars` into a type-checking block
aioinject/context.py:7:29: TCH003 Move standard library import `collections.abc.Callable` into a type-checking block
aioinject/context.py:7:39: TCH003 Move standard library import `collections.abc.Coroutine` into a type-checking block
aioinject/context.py:7:50: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
aioinject/context.py:9:19: TCH003 Move standard library import `types.TracebackType` into a type-checking block
aioinject/context.py:12:24: TCH001 Move application import `.providers.Dependency` into a type-checking block
aioinject/providers.py:12:29: TCH003 Move standard library import `collections.abc.Iterable` into a type-checking block
aioinject/providers.py:12:39: TCH003 Move standard library import `collections.abc.Sequence` into a type-checking block
Found 8 errors.
error: Required version `0.0.220` does not match the running version `0.0.270`
Found 68 errors (68 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
sshtools/connection.py:17:12: TCH004 Move import `sshtools.device` out of type-checking block. Import is used for more than type hinting.
sshtools/interface.py:12:12: TCH004 Move import `sshtools.device` out of type-checking block. Import is used for more than type hinting.
Found 5 errors (3 fixed, 2 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 11 errors (11 fixed, 0 remaining).
Found 7 errors (7 fixed, 0 remaining).
error: TOML parse error at line 45, column 1
|
45 | selected = [
| ^^^^^^^^
unknown field `selected`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
|
1 | [tool.poetry]
| RUF200
2 | name = "symmeplot"
3 | version = "0.0.1"
|
Found 1 error.
Found 1 error (1 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
error: TOML parse error at line 155, column 12
|
155 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
Found 1 error (1 fixed, 0 remaining).
src/pycudasirecon/_napari.py:15:12: TCH004 Move import `numpy` out of type-checking block. Import is used for more than type hinting.
src/pycudasirecon/_recon_params.py:9:26: TCH004 Move import `tempfile._TemporaryFileWrapper` out of type-checking block. Import is used for more than type hinting.
Found 3 errors (1 fixed, 2 remaining).
Found 9 errors (9 fixed, 0 remaining).
Found 27 errors (27 fixed, 0 remaining).
Found 9 errors (9 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
warning: `M` has been remapped to `RUF100`.
Found 1 error (1 fixed, 0 remaining).
error: TOML parse error at line 92, column 12
|
92 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
error: TOML parse error at line 77, column 12
|
77 | [tool.ruff.pyupgrade]
| ^^^^^^^^^
unknown field `pyupgrade`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
langchain/document_loaders/discord.py:10:12: TCH004 Move import `pandas` out of type-checking block. Import is used for more than type hinting.
langchain/utilities/powerbi.py:20:39: TCH004 Move import `azure.core.exceptions.ClientAuthenticationError` out of type-checking block. Import is used for more than type hinting.
langchain/vectorstores/chroma.py:18:12: TCH004 Move import `chromadb.config` out of type-checking block. Import is used for more than type hinting.
Found 115 errors (112 fixed, 3 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 4 errors (4 fixed, 0 remaining).
Found 9 errors (9 fixed, 0 remaining).
Found 607 errors (607 fixed, 0 remaining).
Found 82 errors (82 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 11 errors (11 fixed, 0 remaining).
Found 22 errors (22 fixed, 0 remaining).
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
pyproject.toml:27:16: RUF200 Failed to parse pyproject.toml: Version specifier `>='3.9'` doesn't match PEP 440 rules
python_version>='3.9'
^^^^^^^
Found 1 error.
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
error: TOML parse error at line 20, column 1
|
20 | update-check = false
| ^^^^^^^^^^^^
unknown field `update-check`, expected one of `allowed-confusables`, `builtins`, `cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, `extend-include`, `extend-ignore`, `extend-select`, `extend-fixable`, `extend-unfixable`, `external`, `fix`, `fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, `ignore-init-module-imports`, `include`, `line-length`, `tab-size`, `required-version`, `respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, `namespace-packages`, `target-version`, `task-tags`, `typing-modules`, `unfixable`, `flake8-annotations`, `flake8-bandit`, `flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, `flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, `flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, `flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, `pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `per-file-ignores`, `extend-per-file-ignores`
src/python/compiler/__init__.py:17:26: TCH003 Move standard library import `urllib.parse.ParseResult` into a type-checking block
Found 1 error.
UnleashClient/__init__.py:10:29: TCH002 Move third-party import `apscheduler.job.Job` into a type-checking block
Found 1 error.
pyproject.toml:
3:11 RUF200 Failed to parse pyproject.toml: Version `` doesn't match PEP 440 rules
Found 1 error.
error: Failed to parse projects/ssh/uoft_ssh/cli.py:31:1: expected 'Indent', but got 'def'
projects/core/uoft_core/yaml/composer.py:25:39: TCH004 Move import `uoft_core.yaml.events.MappingEndEvent` out of type-checking block. Import is used for more than type hinting.
projects/core/uoft_core/yaml/composer.py:25:56: TCH004 Move import `uoft_core.yaml.events.SequenceEndEvent` out of type-checking block. Import is used for more than type hinting.
projects/core/uoft_core/yaml/composer.py:27:38: TCH004 Move import `uoft_core.yaml.nodes.MappingNode` out of type-checking block. Import is used for more than type hinting.
projects/core/uoft_core/yaml/composer.py:27:51: TCH004 Move import `uoft_core.yaml.nodes.ScalarNode` out of type-checking block. Import is used for more than type hinting.
projects/core/uoft_core/yaml/composer.py:27:63: TCH004 Move import `uoft_core.yaml.nodes.SequenceNode` out of type-checking block. Import is used for more than type hinting.
projects/core/uoft_core/yaml/constructor.py:51:9: TCH004 Move import `uoft_core.yaml.comments.CommentedKeySeq` out of type-checking block. Import is used for more than type hinting.
projects/core/uoft_core/yaml/constructor.py:52:9: TCH004 Move import `uoft_core.yaml.comments.CommentedMap` out of type-checking block. Import is used for more than type hinting.
projects/core/uoft_core/yaml/constructor.py:53:9: TCH004 Move import `uoft_core.yaml.comments.CommentedOrderedMap` out of type-checking block. Import is used for more than type hinting.
projects/core/uoft_core/yaml/constructor.py:54:9: TCH004 Move import `uoft_core.yaml.comments.CommentedSeq` out of type-checking block. Import is used for more than type hinting.
projects/core/uoft_core/yaml/constructor.py:55:9: TCH004 Move import `uoft_core.yaml.comments.CommentedSet` out of type-checking block. Import is used for more than type hinting.
projects/core/uoft_core/yaml/constructor.py:56:9: TCH004 Move import `uoft_core.yaml.comments.TaggedScalar` out of type-checking block. Import is used for more than type hinting.
projects/core/uoft_core/yaml/constructor.py:59:38: TCH004 Move import `uoft_core.yaml.nodes.MappingNode` out of type-checking block. Import is used for more than type hinting.
projects/core/uoft_core/yaml/constructor.py:59:51: TCH004 Move import `uoft_core.yaml.nodes.ScalarNode` out of type-checking block. Import is used for more than type hinting.
projects/core/uoft_core/yaml/constructor.py:59:63: TCH004 Move import `uoft_core.yaml.nodes.SequenceNode` out of type-checking block. Import is used for more than type hinting.
projects/core/uoft_core/yaml/constructor.py:60:44: TCH004 Move import `uoft_core.yaml.scalarfloat.ScalarFloat` out of type-checking block. Import is used for more than type hinting.
projects/core/uoft_core/yaml/constructor.py:61:45: TCH004 Move import `uoft_core.yaml.scalarstring.LiteralScalarString` out of type-checking block. Import is used for more than type hinting.
Found 53 errors (37 fixed, 16 remaining).
Found 7 errors (7 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 43 errors (43 fixed, 0 remaining).
Found 6 errors (6 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 5 errors (5 fixed, 0 remaining).
Fixed 1 error:
- src/converter/routes.py:
1 × TCH001 (typing-only-first-party-import)
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
warning: `M` has been remapped to `RUF100`.
Found 14 errors (14 fixed, 0 remaining).
Found 11 errors (11 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 9 errors (9 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
error: Required version `0.0.262` does not match the running version `0.0.270`
Found 34 errors (34 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
langchain/document_loaders/discord.py:10:12: TCH004 Move import `pandas` out of type-checking block. Import is used for more than type hinting.
langchain/utilities/powerbi.py:20:39: TCH004 Move import `azure.core.exceptions.ClientAuthenticationError` out of type-checking block. Import is used for more than type hinting.
Found 113 errors (111 fixed, 2 remaining).
Found 1 error (1 fixed, 0 remaining).
wandb/analytics/sentry.py:26:12: TCH004 Move import `wandb.sdk.internal.settings_static` out of type-checking block. Import is used for more than type hinting.
wandb/apis/public.py:67:12: TCH004 Move import `wandb.apis.reports.util` out of type-checking block. Import is used for more than type hinting.
wandb/sdk/wandb_artifacts.py:83:12: TCH004 Move import `wandb.apis.public` out of type-checking block. Import is used for more than type hinting.
wandb/sdk/wandb_run.py:104:12: TCH004 Move import `wandb.sdk.interface.interface_queue` out of type-checking block. Import is used for more than type hinting.
wandb/util.py:60:12: TCH004 Move import `wandb.sdk.wandb_settings` out of type-checking block. Import is used for more than type hinting.
Found 37 errors (32 fixed, 5 remaining).
Found 10 errors (10 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 1 error (1 fixed, 0 remaining).
Found 93 errors (93 fixed, 0 remaining).
airflow/models/__init__.py:124:37: TCH004 Move import `airflow.models.base.ID_LEN` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:124:45: TCH004 Move import `airflow.models.base.Base` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:125:45: TCH004 Move import `airflow.models.baseoperator.BaseOperator` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:125:59: TCH004 Move import `airflow.models.baseoperator.BaseOperatorLink` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:126:43: TCH004 Move import `airflow.models.connection.Connection` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:127:36: TCH004 Move import `airflow.models.dag.DAG` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:127:41: TCH004 Move import `airflow.models.dag.DagModel` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:127:51: TCH004 Move import `airflow.models.dag.DagTag` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:128:39: TCH004 Move import `airflow.models.dagbag.DagBag` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:129:42: TCH004 Move import `airflow.models.dagpickle.DagPickle` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:130:39: TCH004 Move import `airflow.models.dagrun.DagRun` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:131:52: TCH004 Move import `airflow.models.db_callback_request.DbCallbackRequest` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:132:39: TCH004 Move import `airflow.models.errors.ImportError` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:133:36: TCH004 Move import `airflow.models.log.Log` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:134:47: TCH004 Move import `airflow.models.mappedoperator.MappedOperator` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:135:41: TCH004 Move import `airflow.models.operator.Operator` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:136:38: TCH004 Move import `airflow.models.param.Param` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:137:37: TCH004 Move import `airflow.models.pool.Pool` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:138:49: TCH004 Move import `airflow.models.renderedtifields.RenderedTaskInstanceFields` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:139:42: TCH004 Move import `airflow.models.skipmixin.SkipMixin` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:140:40: TCH004 Move import `airflow.models.slamiss.SlaMiss` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:141:41: TCH004 Move import `airflow.models.taskfail.TaskFail` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:142:45: TCH004 Move import `airflow.models.taskinstance.TaskInstance` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:142:59: TCH004 Move import `airflow.models.taskinstance.clear_task_instances` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:143:47: TCH004 Move import `airflow.models.taskreschedule.TaskReschedule` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:144:40: TCH004 Move import `airflow.models.trigger.Trigger` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:145:41: TCH004 Move import `airflow.models.variable.Variable` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:146:37: TCH004 Move import `airflow.models.xcom.XCOM_RETURN_KEY` out of type-checking block. Import is used for more than type hinting.
airflow/models/__init__.py:146:54: TCH004 Move import `airflow.models.xcom.XCom` out of type-checking block. Import is used for more than type hinting.
airflow/models/taskinstance.py:142:42: TCH004 Move import `airflow.utils.task_group.MappedTaskGroup` out of type-checking block. Import is used for more than type hinting.
airflow/serialization/serialized_objects.py:68:39: TCH004 Move import `kubernetes.client.models` out of type-checking block. Import is used for more than type hinting.
airflow/serialization/serialized_objects.py:70:54: TCH004 Move import `airflow.kubernetes.pod_generator.PodGenerator` out of type-checking block. Import is used for more than type hinting.
airflow/utils/mixins.py:28:12: TCH004 Move import `multiprocessing.context` out of type-checking block. Import is used for more than type hinting.
Found 690 errors (657 fixed, 33 remaining).
error: TOML parse error at line 31, column 1
|
31 | {{command_name}} = 'src.cli:cli'
| ^
invalid key
Found 1 error (1 fixed, 0 remaining).
error: Failed to lint tests/ui/snapshots/tests/integration/widget_test.py: Is a directory (os error 21)
Caused by: Is a directory (os error 21)
Found 3 errors (3 fixed, 0 remaining).
Found 11 errors (11 fixed, 0 remaining).
Found 2 errors (2 fixed, 0 remaining).
Found 8 errors (8 fixed, 0 remaining).
Found 3 errors (3 fixed, 0 remaining).
Found 12 errors (12 fixed, 0 remaining).
Found 67 errors (67 fixed, 0 remaining).
src/traffic/core/airspace.py:36:36: TCH004 Move import `matplotlib.patches.Polygon` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/__init__.py:11:30: TCH004 Move import `.adsb.decode.ModeS_Decoder` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/__init__.py:16:31: TCH004 Move import `.basic.navaid.Navaids` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/__init__.py:24:40: TCH004 Move import `.eurocontrol.ddr.allft.AllFT` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/__init__.py:27:38: TCH004 Move import `.eurocontrol.ddr.so6.SO6` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/ambulances/__init__.py:7:26: TCH004 Move import `....core.Flight` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/ambulances/__init__.py:7:34: TCH004 Move import `....core.Traffic` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/calibration/__init__.py:7:26: TCH004 Move import `....core.Flight` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/calibration/__init__.py:7:34: TCH004 Move import `....core.Traffic` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/collections/__init__.py:7:26: TCH004 Move import `....core.Flight` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/collections/__init__.py:7:34: TCH004 Move import `....core.Traffic` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/featured/__init__.py:7:26: TCH004 Move import `....core.Flight` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/featured/__init__.py:7:34: TCH004 Move import `....core.Traffic` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/firefighting/__init__.py:7:26: TCH004 Move import `....core.Flight` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/firefighting/__init__.py:7:34: TCH004 Move import `....core.Traffic` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/gliders/__init__.py:7:26: TCH004 Move import `....core.Flight` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/gliders/__init__.py:7:34: TCH004 Move import `....core.Traffic` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/military/__init__.py:7:26: TCH004 Move import `....core.Flight` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/military/__init__.py:7:34: TCH004 Move import `....core.Traffic` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/onground/__init__.py:7:26: TCH004 Move import `....core.Flight` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/onground/__init__.py:7:34: TCH004 Move import `....core.Traffic` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/performance/__init__.py:7:26: TCH004 Move import `....core.Flight` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/performance/__init__.py:7:34: TCH004 Move import `....core.Traffic` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/surveillance/__init__.py:7:26: TCH004 Move import `....core.Flight` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/surveillance/__init__.py:7:34: TCH004 Move import `....core.Traffic` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/surveys/__init__.py:7:26: TCH004 Move import `....core.Flight` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/surveys/__init__.py:7:34: TCH004 Move import `....core.Traffic` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/tv_relay/__init__.py:7:26: TCH004 Move import `....core.Flight` out of type-checking block. Import is used for more than type hinting.
src/traffic/data/samples/tv_relay/__init__.py:7:34: TCH004 Move import `....core.Traffic` out of type-checking block. Import is used for more than type hinting.
Found 52 errors (23 fixed, 29 remaining).
pyproject.toml:1:1: RUF200 Failed to parse pyproject.toml: missing field `name`
Found 1 error.
Found 3 errors (3 fixed, 0 remaining).
od_search/services/orderful_transaction_service.py:10:5: TCH001 Move application import `od_search.models.api_handler.orderful.response.TransactionsResponse` into a type-checking block
Found 1 error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment