-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathops2deb.yml
More file actions
54 lines (54 loc) · 1.39 KB
/
ops2deb.yml
File metadata and controls
54 lines (54 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: pre-commit
matrix:
versions:
- 2.20.0
- 2.21.0
- 3.0.0
- 3.0.1
- 3.0.2
- 3.0.4
- 3.1.0
- 3.1.1
- 3.2.0
- 3.2.1
- 3.2.2
- 3.3.0
- 3.3.1
- 3.3.2
- 3.3.3
- 3.4.0
- 3.5.0
- 3.6.0
- 3.6.1
- 3.6.2
- 3.7.0
- 3.7.1
- 3.8.0
- 4.0.0
- 4.0.1
- 4.1.0
- 4.2.0
- 4.3.0
- 4.4.0
- 4.5.0
- 4.5.1
revision: "2"
architecture: all
homepage: https://pre-commit.com/
summary: framework for managing and maintaining multi-language pre-commit hooks
description: |-
Multi-language package manager for pre-commit hooks. You specify a list of
hooks you want and pre-commit manages the installation and execution of any
hook written in any language before every commit. pre-commit is specifically
designed to not require root access. If one of your developers doesn’t have
node installed but modifies a JavaScript file, pre-commit automatically handles
downloading and building node to run eslint without root.
depends:
- python3.11-build-standalone
fetch: https://github.com/pre-commit/pre-commit/releases/download/v{{version}}/pre-commit-{{version}}.pyz
install:
- pre-commit-{{version}}.pyz:/usr/lib/pre-commit/pre-commit.pyz
- content: |-
#!/usr/bin/env sh
exec /usr/lib/python-build-standalone/3.11/bin/python3 /usr/lib/pre-commit/pre-commit.pyz $@
path: /usr/bin/pre-commit