tarantool / test-run

Tarantool functional testing framework
14 stars 14 forks source link

lint: update flake8 to 5.* #395

Closed Totktonada closed 1 year ago

Totktonada commented 1 year ago

Locally flake8 reports me a style problem that is not detected in CI. This is distracting. Let's update flake8 in CI and fix the style problem.

flake8==6.* doesn't support Python 3.7, but we have it in CI. Left flake8==5.* for a while.