We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd361c4 + 60f3d1a commit d4433b0Copy full SHA for d4433b0
3 files changed
Makefile
@@ -3,6 +3,7 @@ SHELL := /bin/bash -euxo pipefail
3
.PHONY: lint
4
lint:
5
check-manifest .
6
+ doc8 .
7
dodgy
8
flake8 .
9
isort --recursive --check-only
dev-requirements.txt
@@ -4,6 +4,7 @@ VWS-Python-Mock==2018.10.02.0
autoflake==1.2
check-manifest==0.37
codecov==2.0.15 # Upload coverage data
+doc8==0.8.0
dodgy==0.1.9 # Look for uploaded secrets
flake8-commas==2.0.0 # Require silicon valley commas
10
flake8-quotes==1.0.0 # Require single quotes
doc8.ini
@@ -1,4 +1,4 @@
1
[doc8]
2
max-line-length = 2000
-ignore-path = ./src/VWS_Python.egg-info/SOURCES.txt
+ignore-path = ./src/*.egg-info/SOURCES.txt,./docs/build/spelling/output.txt
0 commit comments