Files
cowrie/.flake8
Michel Oosterhof c374d02f8f Pre commit (#1521)
* add pre-commit
* add flake8 config file. maybe put this in setup.{py|cfg}?
2021-03-30 00:47:45 +08:00

4 lines
56 B
INI

[flake8]
ignore = E203, E501, W503
max-line-length = 79