We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4731a17 commit f3e22adCopy full SHA for f3e22ad
.pre-commit-config.yaml
@@ -2,22 +2,22 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.5.0
+ rev: v4.6.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
- id: check-toml
10
- id: check-yaml
11
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.1.14
+ rev: v0.5.5
14
15
- id: ruff
16
args: [--fix]
17
- id: ruff-format
18
19
- repo: https://github.com/pre-commit/mirrors-mypy
20
- rev: v1.8.0
+ rev: v1.11.0
21
22
- id: mypy
23
args: [--config-file=pyproject.toml]
0 commit comments