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 9c24f0f commit 34c5549Copy full SHA for 34c5549
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.7.0"
+ rev: "v0.7.1"
4
hooks:
5
- id: ruff
6
args: ["--fix"]
7
- id: ruff-format
8
- repo: https://github.com/asottile/blacken-docs
9
- rev: 1.19.0
+ rev: 1.19.1
10
11
- id: blacken-docs
12
additional_dependencies: [black==23.1.0]
@@ -23,7 +23,7 @@ repos:
23
language: python
24
additional_dependencies: [pygments, restructuredtext_lint]
25
- repo: https://github.com/pre-commit/mirrors-mypy
26
- rev: v1.12.1
+ rev: v1.13.0
27
28
- id: mypy
29
files: ^(src/|testing/)
0 commit comments