From 935594ddc3f4232219d31f2b6a6b0800829ffd07 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 21 Mar 2020 17:57:52 +0100 Subject: [PATCH] [SKIP CI] remove custom flake8 format --- .flake8 | 1 - 1 file changed, 1 deletion(-) diff --git a/.flake8 b/.flake8 index 8ebdc27..b41e1fc 100644 --- a/.flake8 +++ b/.flake8 @@ -3,4 +3,3 @@ ignore = D101, D102, D103, D105, D107, E402, W503 max-line-length = 99 inline-quotes = double exclude = .git,.tox,__pycache__,build,dist,tests,*.pyc,*.egg-info,.cache,.eggs,env* -format = ${cyan}%(path)s:%(row)d:%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s