File tree Expand file tree Collapse file tree 5 files changed +28
-22
lines changed Expand file tree Collapse file tree 5 files changed +28
-22
lines changed Original file line number Diff line number Diff line change @@ -6,31 +6,31 @@ exclude: |
6
6
default_stages : [ commit ]
7
7
8
8
repos :
9
- # - repo: https://github.com/pre-commit/pre-commit-hooks
10
- # rev: v4.6.0
11
- # hooks:
12
- # - id: trailing-whitespace
13
- # - id: end-of-file-fixer
14
- # - id: check-yaml
15
- # - id: check-json
16
- # - id: check-toml
17
- # - id: pretty-format-json
18
- # args:
19
- # - --autofix
9
+ - repo : https://github.com/pre-commit/pre-commit-hooks
10
+ rev : v4.6.0
11
+ hooks :
12
+ - id : trailing-whitespace
13
+ - id : end-of-file-fixer
14
+ - id : check-yaml
15
+ - id : check-json
16
+ - id : check-toml
17
+ - id : pretty-format-json
18
+ args :
19
+ - --autofix
20
20
21
21
- repo : https://github.com/pre-commit/pre-commit-hooks
22
22
rev : v4.6.0
23
23
hooks :
24
24
- id : no-commit-to-branch
25
25
name : Prevent commit to main branch
26
26
args : [ --branch, main ]
27
- #
28
- # - repo: https://github.com/astral-sh/ruff-pre-commit
29
- # # Ruff version.
30
- # rev: v0.4.8
31
- # hooks:
32
- # # Run the linter.
33
- # - id: ruff
34
- # args: [ --fix ]
35
- # # Run the formatter.
36
- # - id: ruff-format
27
+
28
+ - repo : https://github.com/astral-sh/ruff-pre-commit
29
+ # Ruff version.
30
+ rev : v0.4.8
31
+ hooks :
32
+ # Run the linter.
33
+ - id : ruff
34
+ args : [ --fix ]
35
+ # Run the formatter.
36
+ - id : ruff-format
Original file line number Diff line number Diff line change 27
27
HELPER_LINEAR_TOKEN : ${{ inputs.linear-token }}
28
28
HELPER_SLACK_BOT_TOKEN : ${{ inputs.slack-bot-token }}
29
29
HELPER_SLACK_CHANNEL_NAME : ${{ inputs.slack-channel-name }}
30
+
31
+ branding :
32
+ color : ' blue'
33
+ icon : ' play-circle'
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ services:
4
4
build :
5
5
context : .
6
6
target : final
7
+ image : release_helper
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ PyGithub = "^2.3.0"
12
12
requests = " ^2.32.3"
13
13
slack-sdk = " ^3.28.0"
14
14
pydantic = " ^2.7.4"
15
+ httpx = " ^0.27.0"
15
16
16
17
17
18
[tool .poetry .group .development .dependencies ]
You can’t perform that action at this time.
0 commit comments