diff --git a/ruff.toml b/ruff.toml new file mode 100644 index 0000000..01692eb --- /dev/null +++ b/ruff.toml @@ -0,0 +1,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'] \ No newline at end of file