Skip to content

Commit

Permalink
⬆️ Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalkrupinski committed Jan 3, 2025
1 parent 82125da commit f7d5f0f
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 39 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: debug-statements
- id: check-yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.0
rev: v0.8.5
hooks:
- id: ruff
name: ruff-check
Expand All @@ -23,14 +23,14 @@ repos:
- id: ruff-format
pass_filenames: false
- repo: https://github.com/python-poetry/poetry
rev: 1.8.3
rev: 1.8.5
hooks:
- id: poetry-check
- id: poetry-lock
args:
- --no-update
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.1
rev: v1.14.1
hooks:
- id: mypy
pass_filenames: false
105 changes: 69 additions & 36 deletions poetry.lock

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

0 comments on commit f7d5f0f

Please sign in to comment.