]> 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:13 +0000 (10:49 -0400)
commit69ebf2cc365baf82016c9d1672fe89e39594b523
tree6071de094b2c3902d769b150967d4c671e4735e9
parent000c0281d92432ada3e8fceff56a8406a5a093b1
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]