]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add .pre-commit-config.yaml
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 May 2019 14:47:39 +0000 (10:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 May 2019 14:49:33 +0000 (10:49 -0400)
commit18bbd3396c3681c641ac5693e5471abf68cfa84c
tree7d81197e088e2769eb7aff6e615a2870b4a36ebb
parent25e8fb472ba843bc6a3974b6025214e01d4a850b
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
(cherry picked from commit 69ebf2cc365baf82016c9d1672fe89e39594b523)
.pre-commit-config.yaml [new file with mode: 0644]