mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-03 16:49:10 +02:00
Add dictionary to documentation.
This commit is contained in:
parent
96092fe43f
commit
916eb3d8fa
6 changed files with 23 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Commit message checking.
|
||||
"""
|
||||
|
|
|
@ -13,5 +13,5 @@ echo "Lint with Flake8..."
|
|||
flake8 \
|
||||
--max-line-length=80 \
|
||||
--ignore=E203,W503,ANN002,ANN003,ANN101,ANN102 \
|
||||
--exclude=work,python3.8 \
|
||||
map_machine setup.py tests \
|
||||
|| { echo "FAIL"; exit 1; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue