1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2024-12-22 14:48:08 +00:00
docker-socket-proxy/.flake8

5 lines
81 B
Plaintext
Raw Normal View History

[flake8]
ignore = E203, E501, W503, B950
max-line-length = 88
select = C,E,F,W,B