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 6b08e34 commit 507a3daCopy full SHA for 507a3da
.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=100']
@@ -26,12 +26,12 @@ repos:
26
- id: python-use-type-annotations
27
- id: text-unicode-replacement-char
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.11.11
+ rev: v0.14.2
30
31
- id: ruff
32
- id: ruff-format
33
- repo: https://github.com/executablebooks/mdformat
34
- rev: 0.7.22
+ rev: 1.0.0
35
36
- id: mdformat
37
additional_dependencies: [
0 commit comments