Skip to content

Commit 31bae44

Browse files
Jeremy DesanlisJguer
authored andcommitted
fix(makefile): fix black target
1 parent 2366e11 commit 31bae44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ coverage:
1919
pipenv run coverage run --source pygitguardian -m pytest --disable-pytest-warnings && pipenv run coverage report --fail-under=80
2020

2121
black:
22-
pipenv run black --config black.toml .
22+
pipenv run black .
2323

2424
flake8:
2525
pipenv run flake8

0 commit comments

Comments
 (0)