diff options
Diffstat (limited to 'lib/ruff.toml')
| -rw-r--r-- | lib/ruff.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/ruff.toml b/lib/ruff.toml new file mode 100644 index 0000000..c1a0a5e --- /dev/null +++ b/lib/ruff.toml @@ -0,0 +1,12 @@ +line-length = 100 +target-version = "py310" + +[lint] +select = ["E", "F", "W", "I", "UP", "B", "SIM", "NPY", "RUF"] +ignore = ["E501"] + +[lint.isort] +known-first-party = ["producer"] + +[format] +quote-style = "double" |
