Skip to content

Commit 9b3e959

Browse files
committed
pre-commit: remove args from black
The arguments here were causing black to not output any changes, and so pre-commit wasn't enforcing coding style. This actually explains quite a bit. Signed-off-by: Stephen Brennan <[email protected]>
1 parent 7fe0549 commit 9b3e959

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ repos:
1515
rev: "23.7.0"
1616
hooks:
1717
- id: black
18-
args: ['--line-length=79', '--diff']
1918
- repo: https://github.com/pycqa/flake8
2019
rev: "6.1.0"
2120
hooks:

0 commit comments

Comments
 (0)