We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dacec5 commit 3ffa93bCopy full SHA for 3ffa93b
.pre-commit-config.yaml
@@ -1,25 +1,25 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v5.0.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- id: check-toml
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.1.6
+ rev: v0.9.10
11
12
- id: ruff
13
args: [--fix, --exit-non-zero-on-fix]
14
- repo: https://github.com/psf/black
15
- rev: 23.11.0
+ rev: 25.1.0
16
17
- id: black
18
args:
19
- --safe
20
- --target-version=py37
21
- repo: https://github.com/pre-commit/mirrors-mypy
22
- rev: v1.7.1
+ rev: v1.15.0
23
24
- id: mypy
25
additional_dependencies:
0 commit comments