diff options
author | Filipe Laíns <lains@archlinux.org> | 2020-08-07 02:13:19 +0100 |
---|---|---|
committer | Filipe Laíns <lains@archlinux.org> | 2020-08-07 02:20:24 +0100 |
commit | 0ec3f66c3f15b97fee63c773a852036b18f3d02a (patch) | |
tree | ffd7eb0cf96d049cfc44d81d9c43cdad1d9d2c54 /setup.cfg | |
parent | c5ce8425a59bf2cbc8029134b255d68b850086b2 (diff) |
add checks
Signed-off-by: Filipe Laíns <lains@archlinux.org>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |