From e5e2082ce9288c113bfc1045877f931d165f9801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 20 Aug 2019 22:56:02 +0200 Subject: Lint setup.py. --- Makefile | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ecf30e0..82cdada 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ check-manifest: check-manifest flake8: - $(FLAKE8) --config .flake8 --exclude $(PACKAGE)/__init__.py $(PACKAGE) $(TESTS_DIR) + $(FLAKE8) --config .flake8 --exclude $(PACKAGE)/__init__.py $(PACKAGE) $(TESTS_DIR) setup.py $(FLAKE8) --config .flake8 --ignore F401 $(PACKAGE)/__init__.py coverage: diff --git a/setup.py b/setup.py index f936701..b9b7995 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,6 @@ import codecs import os import re -import sys from setuptools import setup -- cgit v1.2.1