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 31b7d5a commit 8e8abccCopy full SHA for 8e8abcc
.pre-commit-config.yaml
@@ -1,14 +1,14 @@
1
repos:
2
- repo: https://github.com/pre-commit/mirrors-mypy
3
- rev: v1.10.1
+ rev: v1.15.0
4
hooks:
5
- id: mypy
6
name: python mypy
7
always_run: true
8
pass_filenames: false
9
args: ["."]
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
- rev: v0.5.0
+ rev: v0.11.9
12
13
- id: ruff
14
name: ruff-check
0 commit comments