aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2024-02-08 01:02:35 +0000
committerDan Albert <danalbert@google.com>2024-03-08 00:14:01 +0000
commit8e22672c573a9279dbd66c0dd6961012e0b268b2 (patch)
tree8ecc3205ae16cacf59c6c29ad6e3fa04cda35125
parentb4974daddf48fe6effe2a553cdcd5b53ff121945 (diff)
downloadexternal_updater-8e22672c573a9279dbd66c0dd6961012e0b268b2.tar.gz
Suppress line-too-long.
If we care about this, we should pick an autoformatter and let it worry about it. This is the last of the lint issues. `make lint` now succeeds. Bug: None Test: make lint Change-Id: I961ec967a71c14111ddac4ca1cc9c0502a026937
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 12e5f58..3f8ae3c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,6 +17,7 @@ pytest = "^8.0.0"
disable = [
"duplicate-code",
"fixme",
+ "line-too-long",
"missing-docstring",
"refactoring",
"wrong-import-order",