From 4c1f3b65fd4b1527623f7c78e48426dff0968312 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Sun, 1 Jan 2023 12:15:51 +0100 Subject: [PATCH] Add flake8 and vermin to tests make command --- .flake8 | 2 +- Makefile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 634f10a..d39e12b 100644 --- a/.flake8 +++ b/.flake8 @@ -1,4 +1,4 @@ [flake8] -exclude=build,tests +exclude=build,tests,tmp ignore=E128 max-line-length=120 diff --git a/Makefile b/Makefile index 82b14c5..bdef9e1 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,8 @@ publish : test: pytest -v + flake8 + vermin --target=3.6 --no-tips --violations . coverage: coverage erase