Skip to content

Commit

Permalink
Adjust version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Nov 1, 2024
1 parent 5e4ac75 commit a802e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: '3.11'
- name: run ruff linter and formatter
run: |
pip install ruff==0.6.2 djlint==1.34.4
pip install ruff==0.6.2 djlint==1.35.4
ruff check .
ruff format . --check
djlint src/votes/templates --reformat --quiet
2 changes: 1 addition & 1 deletion script/lint
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ cd `dirname $0`/..

script/dev-command ruff check . --fix
script/dev-command ruff format .
djlint src/votes/templates --reformat --quiet
script/dev-command djlint src/votes/templates --reformat --quiet

0 comments on commit a802e3a

Please sign in to comment.