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 a0aee33Copy full SHA for a0aee33
.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.2
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