Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Trim21 <[email protected]>
  • Loading branch information
renovate[bot] and trim21 authored Dec 1, 2024
1 parent c60d76b commit 30c8afc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
default_stages: [commit]

repos:
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.23
Expand Down Expand Up @@ -34,7 +32,7 @@ repos:
args: [--remove]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.8.0
hooks:
- id: ruff
args: [--fix]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ ignore = [
'PLR0913',
'RUF001',
'SIM108',
'TCH003',
'TC001',
'TC003',
'RUF003',
'RET504',
'TCH001',
'TRY300',
'TRY003',
'TRY201',
Expand Down
26 changes: 13 additions & 13 deletions transmission_rpc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@
from transmission_rpc.types import File, Group

__all__ = [
"Client",
"Group",
"Status",
"DEFAULT_TIMEOUT",
"LOGGER",
"TransmissionError",
"TransmissionTimeoutError",
"TransmissionAuthError",
"TransmissionConnectError",
"Client",
"File",
"FileStat",
"Group",
"IdleMode",
"Priority",
"RatioLimitMode",
"Session",
"Stats",
"SessionStats",
"Stats",
"Status",
"Torrent",
"File",
"FileStat",
"Tracker",
"TrackerStats",
"TransmissionAuthError",
"TransmissionConnectError",
"TransmissionError",
"TransmissionTimeoutError",
"from_url",
"Priority",
"RatioLimitMode",
"IdleMode",
]


Expand Down

0 comments on commit 30c8afc

Please sign in to comment.