Skip to content

Commit 78e3811

Browse files
authored
Update ruff.toml
1 parent d6e4802 commit 78e3811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ exclude = [
2929
]
3030

3131
# Same as Black.
32-
line-length = 88
32+
line-length = 120
3333
indent-width = 4
3434

3535
# Assume Python 3.8
36-
target-version = "py38"
36+
target-version = "py39"
3737

3838
[lint]
3939
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.

0 commit comments

Comments
 (0)