Add dictionary to documentation.

This commit is contained in:
Sergey Vartanov 2021-10-09 11:50:39 +03:00
parent 96092fe43f
commit 916eb3d8fa
6 changed files with 23 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/python3
#!/usr/bin/env python3
"""
Commit message checking.
"""

View file

@ -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; }