rethinkdb / rethinkdb-python

Python driver for RethinkDB
https://rethinkdb.com/api/python/
Apache License 2.0
64 stars 34 forks source link

Add flake8 config #278

Closed Inveracity closed 2 years ago

Inveracity commented 2 years ago

Reason for the change This ensures IDEs like vscode does not give flake8 warnings that should otherwise have been ignored.

Checklist