]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Add .pre-commit-config.yaml
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 May 2019 14:50:40 +0000 (10:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 May 2019 14:50:40 +0000 (10:50 -0400)
commita14e9c8fc3c51e8dadab31db6e6d9bc4c6ce4870
tree140bf085398e6276141e0ead954507280e7d8c97
parentb96cae78855c1207cd976df0ac9f9fc17c08c9d7
Add .pre-commit-config.yaml

See https://pre-commit.com/ for documentation on how to use
this file.

SQLAlchemy and related projects make use of Black and zimports
for code formatting, this hook allows for automated pre-commit
runs.

Change-Id: I4bbb49747e9f7fb52251dc61ecda98361cd036fd
.pre-commit-config.yaml [new file with mode: 0644]