]> git.openstreetmap.org Git - nominatim.git/blob - .flake8
update Ubuntu22 install script for pip install
[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