mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
13 lines
228 B
INI
13 lines
228 B
INI
[flake8]
|
|
ignore = E501, W503, E402
|
|
builtins = c, get_config
|
|
exclude =
|
|
.cache,
|
|
.github,
|
|
docs,
|
|
enable-extensions = G
|
|
extend-ignore =
|
|
G001, G002, G004, G200, G201, G202,
|
|
# black adds spaces around ':'
|
|
E203,
|