Skip to content

Commit 303748c

Browse files
ruff: default rule set (#10360)
1 parent 6abb769 commit 303748c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,6 @@ extend-exclude = ["doc", "_typed_ops.pyi"]
249249

250250
[tool.ruff.lint]
251251
extend-select = [
252-
"F", # Pyflakes
253-
"E", # pycodestyle errors
254252
"W", # pycodestyle warnings
255253
"I", # isort
256254
"UP", # pyupgrade
@@ -267,7 +265,6 @@ extend-safe-fixes = [
267265
]
268266
ignore = [
269267
"E402", # module level import not at top of file
270-
"E501", # line too long - let the formatter worry about that
271268
"E731", # do not assign a lambda expression, use a def
272269
"UP007", # use X | Y for type annotations
273270
"C40", # unnecessary generator, comprehension, or literal

0 commit comments

Comments
 (0)