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 e952009 commit f2c1dd6Copy full SHA for f2c1dd6
Makefile
@@ -18,11 +18,11 @@ isort:
18
19
.PHONY: bandit
20
bandit:
21
- bandit -c pyproject.toml -r allauth/
+ bandit -q -c pyproject.toml -r allauth/
22
23
.PHONY: black
24
black:
25
- black --check .
+ black --check -q .
26
27
.PHONY: test
28
test:
@@ -31,7 +31,7 @@ test:
31
32
.PHONY: djlint
33
djlint:
34
- djlint --check allauth examples
+ djlint --quiet --check allauth examples
35
36
.PHONY: flake8
37
flake8:
0 commit comments