Skip to content

Commit 8e111ce

Browse files
authored
Update ruff.toml
1 parent 022d2db commit 8e111ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruff.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exclude = [
3030
]
3131

3232
# Same as Black.
33-
line-length = 120
33+
line-length = 80
3434
indent-width = 4
3535

3636
# Assume Python 3.9
@@ -99,7 +99,7 @@ select = [
9999
"TD", # flake8-todos
100100
"TID", # flake8-tidy-imports
101101
"TRY", # tryceratops
102-
"UP", # pyupgrade
102+
# "UP", # pyupgrade
103103
"W", # pycodestyle
104104
"YTT", # flake8-2020
105105
]

0 commit comments

Comments
 (0)