mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 01:47:57 +00:00
12 lines
273 B
INI
12 lines
273 B
INI
[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
|
|
test/python/utils/test_json_writer.py: E131
|
|
**/conftest.py: E402
|
|
test/bdd/*: F821
|