Skip to content

Commit

Permalink
Bump dependencies (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas authored Sep 16, 2024
1 parent 23d48d6 commit 7802420
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 950 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/preppre-commit-hooks
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-yaml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.6
rev: v0.6.5
hooks:
- id: ruff
args: [--fix]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.11.2
hooks:
- id: mypy
exclude: "migrations"
additional_dependencies:
["git+https://github.com/typeddjango/django-stubs.git#5.0.2"]
["git+https://github.com/typeddjango/django-stubs.git#5.0.4"]
Loading

0 comments on commit 7802420

Please sign in to comment.