mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
replace pylint with flake8 everywhere
This commit is contained in:
@@ -60,10 +60,10 @@ are in process of consolidating the style. The following rules apply:
|
||||
* leave out space between a function name and bracket
|
||||
but add one between control statement(if, while, etc.) and bracket
|
||||
|
||||
The coding style is enforced with pylint. It can be tested with:
|
||||
The coding style is enforced with flake8. It can be tested with:
|
||||
|
||||
```
|
||||
pylint3 --extension-pkg-whitelist=osmium nominatim
|
||||
make lint
|
||||
```
|
||||
|
||||
## Testing
|
||||
|
||||
Reference in New Issue
Block a user