diff options
Diffstat (limited to 'ruff.toml')
-rw-r--r-- | ruff.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -line-length = 100 # defaults to 88 like black
+line-length = 80 # defaults to 88 like black
target-version = "py39" # the python version to target, useful when considering code upgrades, defaults to "py310"
select = [
|