From 2992deefe795fabd0af790508a8095a021076751 Mon Sep 17 00:00:00 2001 From: Will Dumm Date: Mon, 28 Oct 2024 12:10:34 -0700 Subject: [PATCH] adjust lint --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 769e7b2d..5d584547 100644 --- a/Makefile +++ b/Makefile @@ -16,12 +16,6 @@ checkformat: black --check netam tests lint: - # stop the build if there are Python syntax errors or undefined names - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=_ignore - # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - flake8 . --count --max-complexity=30 --max-line-length=127 --statistics --exclude=_ignore - -lintless: flake8 . --max-complexity=30 --ignore=E731,W503,E402,F541,E501,E203,E266 --statistics --exclude=_ignore docs: