diff options
Diffstat (limited to '.precious.toml')
| -rw-r--r-- | .precious.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.precious.toml b/.precious.toml index 1b7bee2..c9965b9 100644 --- a/.precious.toml +++ b/.precious.toml @@ -10,6 +10,13 @@ ok_exit_codes = [0] path_args = "none" type = "lint" +[commands.black] +cmd = ["black", "--quiet", "--check"] +include = ["*.py"] +invoke = "once" +ok_exit_codes = 0 +type = "lint" + [commands.gitlint] cmd = ["gitlint"] include = "*" |
