1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 15:43:55 +00:00

Enable mccabe complexity checks in flake8 (#49616)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
J. Nick Koston
2021-04-25 00:38:40 -10:00
committed by GitHub
parent 9f8e683ae3
commit 3fa8ffa731
42 changed files with 51 additions and 40 deletions

View File

@@ -17,6 +17,7 @@ classifier =
[flake8]
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build
max-complexity = 25
doctests = True
# To work with Black
# E501: line too long