Skip to content

Commit

Permalink
Bump pre-commit dependencies (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 authored Oct 22, 2024
1 parent f34d13e commit ba3393d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.0
rev: v0.7.0
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.12.1
hooks:
- id: mypy
additional_dependencies: [
"httpx==0.26.0",
"packaging==23.2",
"httpx==0.27.2",
"packaging==24.1",
"types-orjson==3.6.2",
"types-xmltodict==v0.13.0.3"
"types-xmltodict==v0.14.0.20241009"
]
exclude: ^tests/

0 comments on commit ba3393d

Please sign in to comment.