From 757eefe86bdd2eb9306d2a239a795bf84e61d9de Mon Sep 17 00:00:00 2001 From: Aleksandr Pasechnik Date: Thu, 22 Aug 2024 14:17:17 -0400 Subject: [PATCH] chore(dev): let more tools know that we use 120 character per line --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 0a148b4ce59..a62b967bb25 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,3 +19,6 @@ addopts = # DEV: The default is `test_*\.py` which will miss `test.py` files python_files = test*\.py asyncio_mode = auto + +[flake8] +max-line-length = 120