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 cad41f1 commit d8f41a4Copy full SHA for d8f41a4
.pre-commit-config.yaml
@@ -4,16 +4,16 @@ default_language_version:
4
python: python3.8
5
repos:
6
- repo: https://github.com/astral-sh/ruff-pre-commit
7
- rev: v0.5.0
+ rev: v0.9.9
8
hooks:
9
- id: ruff
10
- repo: https://github.com/psf/black
11
- rev: 24.4.2
+ rev: 25.1.0
12
13
- id: black
14
pass_filenames: true
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v4.6.0
+ rev: v5.0.0
17
18
- id: check-json
19
- id: check-yaml
@@ -29,6 +29,6 @@ repos:
29
- id: rst-backticks
30
31
- repo: https://github.com/pre-commit/mirrors-mypy
32
- rev: 'v1.10.1' # Use the sha / tag you want to point at
+ rev: 'v1.15.0' # Use the sha / tag you want to point at
33
34
- id: mypy
0 commit comments