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.
2 parents b258f3b + c741d47 commit fe5d2d1Copy full SHA for fe5d2d1
.pre-commit-config.yaml
@@ -1,27 +1,27 @@
1
default_language_version:
2
- python: python3.9
+ python: python3.10
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.5.0
+ rev: v5.0.0
7
hooks:
8
- id: check-yaml
9
- id: end-of-file-fixer
10
- id: trailing-whitespace
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.5.0
+ rev: v0.9.10
13
14
# Run the linter.
15
- id: ruff
16
args: [ --fix ]
17
# Run the formatter.
18
- id: ruff-format
19
- repo: https://github.com/pre-commit/mirrors-mypy
20
- rev: 'v1.10.1'
+ rev: 'v1.15.0'
21
22
- id: mypy
23
args: [ --explicit-package-bases ]
24
- repo: https://github.com/RobertCraigie/pyright-python
25
- rev: v1.1.370
+ rev: v1.1.396
26
27
- id: pyright
0 commit comments