We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66450d5 commit ec2ff50Copy full SHA for ec2ff50
.pre-commit-config.yaml
@@ -3,19 +3,19 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v2.1.0
+ rev: v5.0.0
7
hooks:
8
- id: trailing-whitespace
9
- repo: https://github.com/pre-commit/mirrors-mypy
10
- rev: v1.5.1
+ rev: v1.15.0
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.11.4
19
20
- id: ruff
21
name: ruff
0 commit comments