Commit d36818c
committed
Add a black check to pre-commit
- Add the psf/black-pre-commit-mirror pre-commit hook but have it
just check and report violations rather than fixing them
automatically (to avoid inconsistency with all the other hooks,
and also so that the linting instructions and CI lint workflow
can remain the same and automatically do the black check).
- Remove the "black" environment from tox.ini, since it is now part
of the linting done in the "lint" environment. (But README.md
remains the same, as it documented actually auto-formatting with
black, which is still done the same way.)
- Add missing "exclude" keys for the shellcheck and black
pre-commit hooks to explicitly avoid traversing into the
submodules.1 parent b88d07e commit d36818c
2 files changed
+9
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
2 | 9 | | |
3 | 10 | | |
4 | 11 | | |
| |||
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
| 24 | + | |
17 | 25 | | |
18 | 26 | | |
19 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 23 | | |
29 | 24 | | |
30 | 25 | | |
| |||
0 commit comments