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 f1a9961 commit e11abaaCopy full SHA for e11abaa
.pre-commit-config.yaml
@@ -3,15 +3,15 @@ ci:
3
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
- rev: v0.12.11
+ rev: v0.13.3
7
hooks:
8
- id: ruff
9
language_version: python3.12
10
args: [ --fix, --exit-non-zero-on-fix]
11
- id: ruff-format
12
13
- repo: https://github.com/pre-commit/mirrors-mypy
14
- rev: 'v1.17.1'
+ rev: 'v1.18.2'
15
16
- id: mypy
17
args: [--check-untyped-defs, --ignore-missing-imports]
0 commit comments