Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed May 28, 2024
1 parent 5007dc6 commit febff31
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 144 deletions.
11 changes: 8 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ repos:
entry: black
types: [python]
language: system
- id: ruff
name: Ruff
entry: ruff
- id: ruff-format
name: Ruff format
entry: ruff format
types: [python]
language: system
- id: ruff-check
name: Ruff check
entry: ruff check --fix
types: [python]
language: system
- id: djlint
Expand Down
133 changes: 66 additions & 67 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit febff31

Please sign in to comment.