mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 12:06:27 +03:00
9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
|
[flake8]
|
||
|
max-line-length = 100
|
||
|
max-doc-length = 100
|
||
|
extend-ignore =
|
||
|
# something == None constructs are needed for SQLAlchemy
|
||
|
E711
|
||
|
per-file-ignores =
|
||
|
__init__.py: F401
|