Skip to content

Commit

Permalink
Temporarily disable E501
Browse files Browse the repository at this point in the history
Will come back to this, just want to make sure Ruff isn't breaking
anything first with the existing changes.
  • Loading branch information
chriskuehl committed Nov 1, 2024
1 parent 819b0b9 commit f593bb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ extend-exclude = ["baseplate/thrift", "tests/integration/test_thrift"]
extend-select = [
"I", # isort
"UP", # pyupgrade
"E501", # line length
# Disabled due to too many issues to fix.
# "E501", # line length
]

[build-system]
Expand Down

0 comments on commit f593bb0

Please sign in to comment.