Spaces:
Running
on
Zero
Running
on
Zero
File size: 138 Bytes
565ab19 |
1 2 3 4 5 6 7 8 9 |
line-length = 88
# Global configuration
ignore = ["E501", "W605", "E203"]
# Plugin-specific configurations
[mccabe]
max-complexity = 12
|