We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f955635 + d2db2b3 commit a43a77eCopy full SHA for a43a77e
.github/workflows/release.yaml
@@ -11,11 +11,12 @@ jobs:
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v4
14
+
15
- name: Release
16
uses: softprops/action-gh-release@v2
17
with:
18
body: |
- 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! ⭐️
20
21
**Changes:**
22
- Change 1
pyproject.toml
@@ -24,5 +24,6 @@ disable = [
24
"too-few-public-methods",
25
"too-many-instance-attributes",
26
"too-many-locals",
27
+ "too-many-return-statements",
28
"unexpected-keyword-arg",
29
]
0 commit comments