Skip to content

Commit

Permalink
remove ignore (#1001)
Browse files Browse the repository at this point in the history
* remove ignore

* auto patch increment

* additional note

* upgrade dependencies to resolve dependabot alerts

* auto patch increment

---------

Co-authored-by: ras-rm-pr-bot <[email protected]>
  • Loading branch information
anwilkie and ras-rm-pr-bot authored Oct 25, 2024
1 parent 8c81ba6 commit 42f7eae
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 110 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ start: load-design-system-templates
docker-test: REDIS_PORT=6379
docker-test: test

#remove -i 70612 once jinja2 is upgraded past v3.1.4
lint:
pipenv check -i 70612 -i 71064
pipenv check -i 70612
pipenv run isort .
pipenv run black --line-length 120 .
pipenv run djlint frontstage/ --ignore=H037,H021
pipenv run flake8

lint-check: load-design-system-templates
pipenv check -i 70612 -i 71064
pipenv check -i 70612
pipenv run isort . --check-only
pipenv run black --line-length 120 --check .
pipenv run djlint frontstage/ --ignore=H037,H021
Expand Down
Loading

0 comments on commit 42f7eae

Please sign in to comment.