From b2f12d3db800af2bc979db5e4a44c56af80850e4 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:26:01 -0500 Subject: [PATCH] use .flake8 config --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5fb3945b..ab04253e 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ clean-test: ## remove test and coverage artifacts lint/flake8: ## check style with flake8 ruff figanos tests - flake8 --config=setup.cfg figanos tests + flake8 --config=.flake8 figanos tests lint/black: ## check style with black black --check figanos tests