chore: disable E501 (line length) in Python linting #9931
Labels
api
Affects the `api` project
python
General Python tickets and PRs; e.g. tech debt or Python guild activities
robot server
Affects the `robot-server` project
Robot Tech Debt
For review in robot guild meetings
robot-svcs
Falls under the purview of the Robot Services squad (formerly CPX, Core Platform Experience).
shared data
Affects the `shared-data` project
Overview
Since we've introduced
black
to format our Python code, Flake8's line length errors mostly just introduces busywork rather than actively improve the code style and readability.After a quick, non-scientific poll of @Opentrons/py, we think we should remove the line-length error from Flake8 entirely and let Black do what it wants to do
The text was updated successfully, but these errors were encountered: