We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a2141 commit 0611434Copy full SHA for 0611434
.github/dependabot.yml
.pre-commit-config.yaml
@@ -13,12 +13,12 @@ repos:
13
- id: isort
14
additional_dependencies: [toml]
15
- repo: https://github.com/pre-commit/mirrors-mypy
16
- rev: v1.16.0
+ rev: v1.16.1
17
hooks:
18
- id: mypy
19
additional_dependencies: [types-requests]
20
- repo: https://github.com/charliermarsh/ruff-pre-commit
21
- rev: 'v0.11.12'
+ rev: 'v0.12.2'
22
23
- id: ruff
24
args:
0 commit comments