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.
|
[flake8] |
|
extend-ignore = E501, W503, E203, B950 |
|
extend-select = B9 |
|
import-order-style = google |
|
application-import-names = nox,tests
|
|
|