mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-20 16:42:33 +00:00

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.
6 lines
133 B
YAML
6 lines
133 B
YAML
repos:
|
|
- repo: https://github.com/pycqa/flake8
|
|
rev: '5.0.4' # pick a git hash / tag to point to
|
|
hooks:
|
|
- id: flake8
|