mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-12 12:00:03 -05:00
e71a37d49d
feat: configure ruff feat: update the orchestration scripts feat: update the test suite docs: update README feat: add test cases for ruff fix: CI error chore: del .github/linters/.ruff.toml fix: CI error fix: README update: LINTER_NAMES_ARRAY fix: Dockerfile fix: .github/linters/.jscpd.json fix: test files fix: del version_command
5 lines
62 B
TOML
5 lines
62 B
TOML
# Same as .flake8
|
|
line-length = 120
|
|
|
|
[lint]
|
|
ignore = ["E203"]
|