We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2366e11 commit 31bae44Copy full SHA for 31bae44
Makefile
@@ -19,7 +19,7 @@ coverage:
19
pipenv run coverage run --source pygitguardian -m pytest --disable-pytest-warnings && pipenv run coverage report --fail-under=80
20
21
black:
22
- pipenv run black --config black.toml .
+ pipenv run black .
23
24
flake8:
25
pipenv run flake8
0 commit comments