From 2e1c6bae759d86a641578426c0a54ed3ba4384d4 Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 4 Jun 2024 15:49:31 +0200 Subject: [PATCH] :wrench: udpate flake8 configuration according to defaults https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0c087adb..549ca96a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ console_scripts = move-dl=move.__main__:main [flake8] -max-line-length = 120 +max-line-length = 88 aggressive = 2 extend-select = B950 extend-ignore = E203,E501,E701 \ No newline at end of file