Skip to content

Commit 7d4d534

Browse files
[pre-commit.ci] pre-commit autoupdate (#101)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cb03cb6 commit 7d4d534

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: trailing-whitespace
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.7.4
16+
rev: v0.8.1
1717
hooks:
1818
- id: ruff
1919
args: [ --fix ]

cz_version_bump/thanks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(
4040
self.org = self.agent.get_organization(self.repo.organization.login)
4141
self.org_members = {member.login for member in self.org.get_members()}
4242

43-
def thanks_message(self, commit: git.GitCommit) -> str: # noqa: ANN101
43+
def thanks_message(self, commit: git.GitCommit) -> str:
4444
usernames = [
4545
f"@{username}" for username in self.third_party_contributors(commit)
4646
]

0 commit comments

Comments
 (0)