From 0ec3f66c3f15b97fee63c773a852036b18f3d02a Mon Sep 17 00:00:00 2001 From: Filipe Laíns Date: Fri, 7 Aug 2020 02:13:19 +0100 Subject: add checks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filipe Laíns --- setup.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 6b9ea38..8e18434 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,3 +17,18 @@ url = https://github.com/FFY00/python-ioctl [options] packages = find: python_requires = >=3.6, <4 + +[flake8] +max-line-length = 127 +max-complexity = 10 + +[mypy] +ignore_missing_imports = True +strict = True + +[isort] +line_length = 127 +lines_between_types = 1 +lines_after_imports = 2 +known_first_party = ioctl +default_section = THIRDPARTY -- cgit v1.2.3