Skip to content

Commit 099fa8c

Browse files
authored
Add flake8 config (#278)
1 parent 54b6ad5 commit 099fa8c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.flake8

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ lint: ## run linters against the package
104104
mypy rethinkdb
105105
bandit -q -r rethinkdb
106106
pylint rethinkdb
107-
flake8 rethinkdb --count --ignore=E203,E501,W503 --show-source --statistics
107+
flake8 rethinkdb --count --show-source --statistics
108108

109109
.PHONY: ql2.proto
110110
ql2.proto: ## download and convert protobuf file

0 commit comments

Comments
 (0)