Skip to content

Commit 6fd9221

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents 48e86ea + 54f65c0 commit 6fd9221

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/greetings.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
issues: write
1010
pull-requests: write
1111
steps:
12-
- uses: actions/first-interaction@753c925c8d1ac6fede23781875376600628d9b5d # v3.0.0
12+
- uses: actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0
1313
with:
14-
repo-token: ${{ secrets.GITHUB_TOKEN }}
15-
issue-message: "It looks like this is your first issue here – welcome! Please familiarize yourself with the [contributing guidelines](https://github.com/stefmolin/docstringify/blob/main/CONTRIBUTING.md), if you haven't already."
16-
pr-message: "Congratulations on making your first pull request to `docstringify`! Please familiarize yourself with the [contributing guidelines](https://github.com/stefmolin/docstringify/blob/main/CONTRIBUTING.md), if you haven't already."
14+
repo_token: ${{ secrets.GITHUB_TOKEN }}
15+
issue_message: "It looks like this is your first issue here – welcome! Please familiarize yourself with the [contributing guidelines](https://github.com/stefmolin/docstringify/blob/main/CONTRIBUTING.md), if you haven't already."
16+
pr_message: "Congratulations on making your first pull request to `docstringify`! Please familiarize yourself with the [contributing guidelines](https://github.com/stefmolin/docstringify/blob/main/CONTRIBUTING.md), if you haven't already."

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ test = [
4949
line-length = 88
5050
format.indent-style = "space"
5151
format.quote-style = "single"
52+
format.skip-magic-trailing-comma = false
5253
format.docstring-code-format = true
5354
lint.select = [
5455
"ANN", # flake8-annotations
@@ -81,6 +82,7 @@ lint.extend-per-file-ignores."tests/*" = [ "ANN" ] # don't require annotations f
8182
lint.isort.known-first-party = [
8283
"docstringify",
8384
]
85+
lint.isort.split-on-trailing-comma = false
8486

8587
[tool.codespell]
8688
ignore-words-list = "docstringify"

0 commit comments

Comments
 (0)