]> git.openstreetmap.org Git - nominatim.git/blob - .flake8
Merge pull request #3590 from lonvia/lookup-per-osm-type
[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