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.
2 parents 9e8bb05 + f28fbab commit eb18db0Copy full SHA for eb18db0
.pre-commit-config.yaml
@@ -15,12 +15,12 @@ repos:
15
language_version: python3
16
args: [--line-length=100]
17
- repo: https://github.com/pre-commit/mirrors-mypy
18
- rev: v1.3.0
+ rev: v1.4.1
19
hooks:
20
- id: mypy
21
additional_dependencies: [pydantic, types-aiofiles]
22
- repo: https://github.com/charliermarsh/ruff-pre-commit
23
- rev: v0.0.272
+ rev: v0.0.275
24
25
- id: ruff
26
args: [--fix, --exit-non-zero-on-fix]
0 commit comments