mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
45b3383c39
* Flake8: Drop ignore of issue A003 * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
9 lines
222 B
INI
9 lines
222 B
INI
[flake8]
|
|
max-line-length = 88
|
|
# max-complexity should be 10
|
|
max-complexity = 23
|
|
extend-ignore =
|
|
# Formatting style for `black`
|
|
E203 # Whitespace before ':'
|
|
W503 # Line break occurred before a binary operator
|