]> git.openstreetmap.org Git - nominatim.git/blob - .flake8
f3e0db567eb78ea0c7665fc86e3de1ce9a862018
[nominatim.git] / .flake8
1 [flake8]
2 max-line-length = 100
3 max-doc-length = 100
4 extend-ignore =
5     # something == None constructs are needed for SQLAlchemy
6     E711
7 per-file-ignores =
8     __init__.py: F401
9     test/python/utils/test_json_writer.py: E131
10     test/python/conftest.py: E402