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 38cb253 commit 388422fCopy full SHA for 388422f
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.4.0
+ rev: v5.0.0
5
hooks:
6
- id: check-added-large-files
7
args: ['--maxkb=500']
@@ -83,7 +83,7 @@ repos:
83
^.github/
84
)
85
- repo: https://github.com/ambv/black
86
- rev: 20.8b1
+ rev: 25.1.0
87
88
- id: black
89
language_version: python3.10
0 commit comments