Coding style fixes (PEP8)

Fixed various coding style stuff detected by flake8.
Added .pre-commit-config.yaml:
With command pre_commit install a hook for flake8 will be
installed.
This commit is contained in:
Georg Richter
2022-08-07 16:47:26 +02:00
parent 3fe0ee06ec
commit cdd42743cc
44 changed files with 1372 additions and 1145 deletions

View File

@ -20,5 +20,6 @@ def main():
run_test(test_suite(dbdrv.paramstyle), conn, dbdrv.paramstyle)
conn.close()
if __name__ == "__main__":
main()
main()