Skip to content

Commit a43a77e

Browse files
authored
Merge branch 'main' into clear-night-fix
2 parents f955635 + d2db2b3 commit a43a77e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14+
1415
- name: Release
1516
uses: softprops/action-gh-release@v2
1617
with:
1718
body: |
18-
If you like this integration, please star this repo to show your appreciation - it makes me very happy!
19+
Enjoying this integration? Show your support by starring the repository! ⭐️
1920
2021
**Changes:**
2122
- Change 1

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ disable = [
2424
"too-few-public-methods",
2525
"too-many-instance-attributes",
2626
"too-many-locals",
27+
"too-many-return-statements",
2728
"unexpected-keyword-arg",
2829
]

0 commit comments

Comments
 (0)