tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
100 stars 48 forks source link

Lint Python code #270

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

Add some linter (pylint, flake8) to CI runs.

The task itself is rather simple, yet before merging this we should resolve any conflicts. And pylint yielded a couple of hundreds of them (not counting missing docstring ones).