dalibo / pgtoolkit

Postgres Support from Python
https://pgtoolkit.rtfd.io/
PostgreSQL License
21 stars 10 forks source link

Configure flake8 better #57

Closed dlax closed 3 years ago

dlax commented 3 years ago

We now require that line break happens before the binary operator, as advised by PEP8. We also select more checks by default, but ignore E226 for the moment.