Skip to content

Commit

Permalink
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1…
Browse files Browse the repository at this point in the history
….15 (#89)

* chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1.15

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and pre-commit-ci[bot] authored Oct 25, 2024
1 parent edc1ba7 commit 5a5b4d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repos:
- id: absolufy-imports
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.1.7'
rev: 'v0.1.15'
hooks:
- id: ruff
args: [ '--fix', '--exit-zero' ]
Expand Down
1 change: 1 addition & 0 deletions src/domain/clipboardproxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def getClipboardText(self) -> str:
Returns
-------
str: _description_
"""
return str(self._clipboard.text())

Expand Down

0 comments on commit 5a5b4d4

Please sign in to comment.