Skip to content

Commit 89c3931

Browse files
authored
ENG-5478 Fixup Pydantic version (#18)
* ENG-5478 Fixup Pydantic version * ENG-5478 Fixup Pydantic version
1 parent 70408ce commit 89c3931

File tree

5 files changed

+28
-22
lines changed

5 files changed

+28
-22
lines changed

.pre-commit-config.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,31 @@ exclude: |
66
default_stages: [ commit ]
77

88
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
2020

2121
- repo: https://github.com/pre-commit/pre-commit-hooks
2222
rev: v4.6.0
2323
hooks:
2424
- id: no-commit-to-branch
2525
name: Prevent commit to main branch
2626
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

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ runs:
2727
HELPER_LINEAR_TOKEN: ${{ inputs.linear-token }}
2828
HELPER_SLACK_BOT_TOKEN: ${{ inputs.slack-bot-token }}
2929
HELPER_SLACK_CHANNEL_NAME: ${{ inputs.slack-channel-name }}
30+
31+
branding:
32+
color: 'blue'
33+
icon: 'play-circle'

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ services:
44
build:
55
context: .
66
target: final
7+
image: release_helper

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ PyGithub = "^2.3.0"
1212
requests = "^2.32.3"
1313
slack-sdk = "^3.28.0"
1414
pydantic = "^2.7.4"
15+
httpx = "^0.27.0"
1516

1617

1718
[tool.poetry.group.development.dependencies]

0 commit comments

Comments
 (0)