File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ SHELL := /bin/bash -euxo pipefail
33.PHONY : lint
44lint :
55 check-manifest .
6+ doc8 .
67 dodgy
78 flake8 .
89 isort --recursive --check-only
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ VWS-Python-Mock==2018.10.02.0
44autoflake == 1.2
55check-manifest == 0.37
66codecov == 2.0.15 # Upload coverage data
7+ doc8 == 0.8.0
78dodgy == 0.1.9 # Look for uploaded secrets
89flake8-commas == 2.0.0 # Require silicon valley commas
910flake8-quotes == 1.0.0 # Require single quotes
Original file line number Diff line number Diff line change 11[doc8]
22
33max-line-length = 2000
4- ignore-path = ./src/VWS_Python .egg-info/SOURCES.txt
4+ ignore-path = ./src/* .egg-info/SOURCES.txt,./docs/build/spelling/output .txt
You can’t perform that action at this time.
0 commit comments