Skip to content

Commit

Permalink
Bump pre commit (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 authored Dec 9, 2024
1 parent 48fd518 commit edf4092
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.0
rev: v0.8.2
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.1
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies: [
"httpx==0.27.2",
"packaging==24.1",
"packaging==24.2",
"types-orjson==3.6.2",
"types-xmltodict==v0.14.0.20241009"
]
Expand Down

0 comments on commit edf4092

Please sign in to comment.