setup: add options for linters

This commit is contained in:
David Lechner
2019-05-09 12:21:17 -05:00
parent 9ad550dfcb
commit 125732238c
3 changed files with 36 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ verify_ssl = true
sphinx = "*"
flake8 = "*"
sphinx-rtd-theme = "*"
doc8 = "*"
[packages]
Generated
+29 -1
View File
@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "2a206e59b8110a3de6f865f8efc86c799bec106a1f5fb541de41fe8f04cf3133"
"sha256": "9768884ad9ece8bb0d52fba39734a49e833c59f16e3bc31868b3b28cc838aca9"
},
"pipfile-spec": 6,
"requires": {
@@ -45,6 +45,14 @@
],
"version": "==3.0.4"
},
"doc8": {
"hashes": [
"sha256:2df89f9c1a5abfb98ab55d0175fed633cae0cf45025b8b1e0ee5ea772be28543",
"sha256:d12f08aa77a4a65eb28752f4bc78f41f611f9412c4155e2b03f1f5d4a45efe04"
],
"index": "pypi",
"version": "==0.8.0"
},
"docutils": {
"hashes": [
"sha256:02aec4bd92ab067f6ff27a38a38a41173bf01bed8f89157768c1573f53e474a6",
@@ -136,6 +144,13 @@
],
"version": "==19.0"
},
"pbr": {
"hashes": [
"sha256:6901995b9b686cb90cceba67a0f6d4d14ae003cd59bc12beb61549bdfbe3bc89",
"sha256:d950c64aeea5456bbd147468382a5bb77fe692c13c9f00f0219814ce5b642755"
],
"version": "==5.2.0"
},
"pycodestyle": {
"hashes": [
"sha256:95a2219d12372f05704562a14ec30bc76b05a5b297b21a5dfe3f6fac3491ae56",
@@ -178,6 +193,12 @@
],
"version": "==2.21.0"
},
"restructuredtext-lint": {
"hashes": [
"sha256:97b3da356d5b3a8514d8f1f9098febd8b41463bed6a1d9f126cf0a048b6fd908"
],
"version": "==1.3.0"
},
"six": {
"hashes": [
"sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c",
@@ -250,6 +271,13 @@
],
"version": "==1.1.3"
},
"stevedore": {
"hashes": [
"sha256:7be098ff53d87f23d798a7ce7ae5c31f094f3deb92ba18059b1aeb1ca9fec0a0",
"sha256:7d1ce610a87d26f53c087da61f06f9b7f7e552efad2a7f6d2322632b5f932ea2"
],
"version": "==1.30.1"
},
"urllib3": {
"hashes": [
"sha256:2393a695cd12afedd0dcb26fe5d50d0cf248e5a66f75dbd89a3d4eb333a61af4",
+6
View File
@@ -10,3 +10,9 @@ versionfile_source = pybricks/_version.py
versionfile_build = pybricks/_version.py
tag_prefix = v
parentdir_prefix = pybricks-api-
[flake8]
exclude = .venv/,versioneer.py
[doc8]
ignore-path = .venv/