mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 13:32:56 +00:00
6 lines
125 B
INI
6 lines
125 B
INI
[flake8]
|
|
ignore = W605,W503,W504,H306,H238,H301,H202
|
|
max-line-length = 120
|
|
per-file-ignores =
|
|
test/test_packages.py:E501
|