Spaces:
Configuration error
Configuration error
renovate[bot]
commited on
Commit
·
e1e99d1
1
Parent(s):
7f2f581
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.7.2
Browse files- .gitattributes +1 -1
- .pre-commit-config.yaml +1 -1
.gitattributes
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
/examples/youtube/the-evolution-of-the-operating-system.mp3 filter=lfs diff=lfs merge=lfs -text
|
2 |
/examples/live-audio/audio.pcm filter=lfs diff=lfs merge=lfs -text
|
3 |
/examples/live-audio/demo.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
1 |
/examples/live-audio/audio.pcm filter=lfs diff=lfs merge=lfs -text
|
2 |
/examples/live-audio/demo.mp4 filter=lfs diff=lfs merge=lfs -text
|
3 |
+
/examples/youtube/the-evolution-of-the-operating-system.mp3 filter=lfs diff=lfs merge=lfs -text
|
.pre-commit-config.yaml
CHANGED
@@ -25,7 +25,7 @@ repos:
|
|
25 |
hooks:
|
26 |
- id: hadolint
|
27 |
- repo: https://github.com/astral-sh/ruff-pre-commit
|
28 |
-
rev: v0.7.
|
29 |
hooks:
|
30 |
- id: ruff
|
31 |
args: [--fix]
|
|
|
25 |
hooks:
|
26 |
- id: hadolint
|
27 |
- repo: https://github.com/astral-sh/ruff-pre-commit
|
28 |
+
rev: v0.7.2
|
29 |
hooks:
|
30 |
- id: ruff
|
31 |
args: [--fix]
|