From 11763e96e058732a8124d67497a914b7c784bc08 Mon Sep 17 00:00:00 2001 From: Alexander Schlemmer <a.schlemmer@indiscale.com> Date: Mon, 27 May 2024 11:47:41 +0200 Subject: [PATCH] MAINT: amend config to support pycodestyle --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e5877743..36807a61 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,9 @@ commands = caosdb-crawler --help [flake8] max-line-length = 100 +[pycodestyle] +max-line-length = 100 + [pytest] testpaths = unittests -xfail_strict = True \ No newline at end of file +xfail_strict = True -- GitLab