Spaces:
Sleeping
Sleeping
File size: 274 Bytes
58f13d7 |
1 2 3 4 5 6 7 8 |
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'] |