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 7a5ac0c commit b643df0Copy full SHA for b643df0
.pre-commit-config.yaml
@@ -3,19 +3,19 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
- id: trailing-whitespace
9
- repo: https://github.com/pre-commit/mirrors-mypy
10
- rev: v1.5.1
+ rev: v1.18.2
11
12
- id: mypy
13
name: python mypy
14
always_run: true
15
pass_filenames: false
16
args: ["python"]
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.8.1
+ rev: v0.14.4
19
20
- id: ruff
21
name: ruff
0 commit comments