You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
286 B

method-complexity:
config:
threshold: 11
argument-count: 10
exclude_patterns:
- "./setup.py"
- "docs/"
- "tests/"
plugins:
fixme:
enabled: true
markdownlint:
enabled: true
pep8:
enabled: true
radon:
enabled: true
sonarpython:
enabled: true