Skip to content

Commit

Permalink
chore(Makefile): Silent linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Dec 12, 2024
1 parent e952009 commit f2c1dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ isort:

.PHONY: bandit
bandit:
bandit -c pyproject.toml -r allauth/
bandit -q -c pyproject.toml -r allauth/

.PHONY: black
black:
black --check .
black --check -q .

.PHONY: test
test:
Expand All @@ -31,7 +31,7 @@ test:

.PHONY: djlint
djlint:
djlint --check allauth examples
djlint --quiet --check allauth examples

.PHONY: flake8
flake8:
Expand Down

0 comments on commit f2c1dd6

Please sign in to comment.