velvet / ruff.toml
dinhanhx's picture
Add files
58f13d7
raw
history blame contribute delete
No virus
274 Bytes
line-length = 120
# Read more here https://beta.ruff.rs/docs/rules/
# By default, Ruff enables Flake8's E and F rules
# Pyflakes - F, pycodestyle - E, W
# flake8-builtins - A
# Pylint - PLC, PLE, PLW
# isort - I
select = ['E', 'F', 'W', 'A', 'PLC', 'PLE', 'PLW', 'I']