Skip to content

Commit

Permalink
update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gruebel committed Jul 30, 2024
1 parent 245a6ff commit 6f88b8c
Show file tree
Hide file tree
Showing 4 changed files with 166 additions and 195 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ repos:
args: ["--django"]
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.5.5
hooks:
- id: ruff
args: ["--fix"]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.11.0
hooks:
- id: mypy
additional_dependencies:
Expand Down
Loading

0 comments on commit 6f88b8c

Please sign in to comment.