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 6d07396 commit d9a6246Copy full SHA for d9a6246
.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,12 +25,12 @@ 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.13.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
0 commit comments