Skip to content
Snippets Groups Projects
Commit 8af46a49 authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

removes ruff ext exclude

parent 2c796980
No related branches found
No related tags found
No related merge requests found
Pipeline #169079 passed
...@@ -323,7 +323,6 @@ This job **disabled by default** and runs [Ruff](https://docs.astral.sh/ruff/) o ...@@ -323,7 +323,6 @@ This job **disabled by default** and runs [Ruff](https://docs.astral.sh/ruff/) o
| ---------------- | ----------------------------------------------------------------------- | ----------------- | | ---------------- | ----------------------------------------------------------------------- | ----------------- |
| `ruff-enabled` / `RUFF_ENABLED` | Set to `true` to enable ruff job | _none_ (disabled) | | `ruff-enabled` / `RUFF_ENABLED` | Set to `true` to enable ruff job | _none_ (disabled) |
| `ruff-args` / `RUFF_ARGS` | Additional [Ruff Linter CLI options](https://docs.astral.sh/ruff/configuration/#full-command-line-interface) | _none_ | | `ruff-args` / `RUFF_ARGS` | Additional [Ruff Linter CLI options](https://docs.astral.sh/ruff/configuration/#full-command-line-interface) | _none_ |
| `ruff-ext-exclude` / `RUFF_EXT_EXCLUDE` | Define [extend-exclude](https://docs.astral.sh/ruff/settings/#extend-exclude) files | _.venv,.cache_ |
| `py-ruff-job-tags` / `PY_RUFF_JOB_TAGS` | Tags to be used for selecting runners for the job | `[]` | | `py-ruff-job-tags` / `PY_RUFF_JOB_TAGS` | Tags to be used for selecting runners for the job | `[]` |
:warning: Ruff can replace isort, Bandit, Pylint and much more. [More info](https://github.com/astral-sh/ruff/blob/main/docs/faq.md#which-tools-does-ruff-replace). :warning: Ruff can replace isort, Bandit, Pylint and much more. [More info](https://github.com/astral-sh/ruff/blob/main/docs/faq.md#which-tools-does-ruff-replace).
......
...@@ -373,11 +373,6 @@ ...@@ -373,11 +373,6 @@
"description": "Additional [Ruff Linter CLI options](https://docs.astral.sh/ruff/configuration/#full-command-line-interface)", "description": "Additional [Ruff Linter CLI options](https://docs.astral.sh/ruff/configuration/#full-command-line-interface)",
"advanced": true "advanced": true
}, },
{
"name": "RUFF_EXT_EXCLUDE",
"description": "Define [extend-exclude](https://docs.astral.sh/ruff/settings/#extend-exclude) files",
"advanced": true
},
{ {
"name": "PY_RUFF_JOB_TAGS", "name": "PY_RUFF_JOB_TAGS",
"description": "Tags to be used for selecting runners for the job", "description": "Tags to be used for selecting runners for the job",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment