]> git.openstreetmap.org Git - nominatim.git/blob - .flake8
Merge pull request #3678 from lonvia/search-tweaks
[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
11     test/bdd/*: F821