Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ ruff: stage: lint image: registry.gitlab.com/pipeline-components/ruff:latest script: - ruff --ignore=E402,E731,F401,F821,F841 --line-length=128 --show-source . - ruff check --output-format=gitlab . pytest: stage: test Loading pyproject.toml 0 → 100644 +12 −0 Original line number Diff line number Diff line [tool.ruff] line-length = 128 [tool.ruff.lint] ignore = [ "E402", "E731", "F401", "F821", "F841", ] Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ ruff: stage: lint image: registry.gitlab.com/pipeline-components/ruff:latest script: - ruff --ignore=E402,E731,F401,F821,F841 --line-length=128 --show-source . - ruff check --output-format=gitlab . pytest: stage: test Loading
pyproject.toml 0 → 100644 +12 −0 Original line number Diff line number Diff line [tool.ruff] line-length = 128 [tool.ruff.lint] ignore = [ "E402", "E731", "F401", "F821", "F841", ]