Skip to content

Commit f2c1dd6

Browse files
committed
chore(Makefile): Silent linting
1 parent e952009 commit f2c1dd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ isort:
1818

1919
.PHONY: bandit
2020
bandit:
21-
bandit -c pyproject.toml -r allauth/
21+
bandit -q -c pyproject.toml -r allauth/
2222

2323
.PHONY: black
2424
black:
25-
black --check .
25+
black --check -q .
2626

2727
.PHONY: test
2828
test:
@@ -31,7 +31,7 @@ test:
3131

3232
.PHONY: djlint
3333
djlint:
34-
djlint --check allauth examples
34+
djlint --quiet --check allauth examples
3535

3636
.PHONY: flake8
3737
flake8:

0 commit comments

Comments
 (0)