We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b6ad5 commit 099fa8cCopy full SHA for 099fa8c
.flake8
@@ -0,0 +1,5 @@
1
+[flake8]
2
+ignore=E203,E501,W503
3
+max-line-length=88
4
+application_import_names=rethinkdb
5
+exclude = .git,__pycache__,tests
Makefile
@@ -104,7 +104,7 @@ lint: ## run linters against the package
104
mypy rethinkdb
105
bandit -q -r rethinkdb
106
pylint rethinkdb
107
- flake8 rethinkdb --count --ignore=E203,E501,W503 --show-source --statistics
+ flake8 rethinkdb --count --show-source --statistics
108
109
.PHONY: ql2.proto
110
ql2.proto: ## download and convert protobuf file
0 commit comments