diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:21:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:21:29 +0000 |
commit | 683f1f3ddde13390781318b9fe4a6841ea35d145 (patch) | |
tree | c21fddf99f2e5233bb3f22bbafd0d711fe7c5d95 /.flake8 | |
parent | Initial commit. (diff) | |
download | python-tomli-683f1f3ddde13390781318b9fe4a6841ea35d145.tar.xz python-tomli-683f1f3ddde13390781318b9fe4a6841ea35d145.zip |
Adding upstream version 2.0.1.upstream/2.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +[flake8] +max-line-length = 88 +max-complexity = 10 +# These checks violate PEP8 so let's ignore them +extend-ignore = E203 +extend-exclude = */site-packages/* |