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 e4a37d4 commit 63a8cbbCopy full SHA for 63a8cbb
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: check-added-large-files
6
args: ['--maxkb=25']
@@ -25,16 +25,16 @@ repos:
25
- id: python-use-type-annotations
26
- id: text-unicode-replacement-char
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.12.4
+ rev: v0.14.3
29
30
- id: ruff
31
- id: ruff-format
32
- repo: https://github.com/dosisod/refurb
33
- rev: v2.1.0
+ rev: v2.2.0
34
35
- id: refurb
36
- repo: https://github.com/executablebooks/mdformat
37
- rev: 0.7.22
+ rev: 1.0.0
38
39
- id: mdformat
40
additional_dependencies: [
0 commit comments