Skip to content

Commit

Permalink
Fix for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed May 12, 2024
1 parent 20e803d commit ca35846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gdown/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ def download(
URL. Google Drive URL is also supported.
output: str
Output filename/directory. Default is basename of URL.
If output ends with separator '/' basename will be kept and the
parameter will be treated as parenting directory.
If output ends with separator '/' basename will be kept and the
parameter will be treated as parenting directory.
quiet: bool
Suppress terminal output. Default is False.
proxy: str
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ skip-magic-trailing-comma = false
# Like Black, automatically detect the appropriate line ending.
line-ending = "auto"

[tool.ruff.isort]
[tool.ruff.lint.isort]
force-single-line = true

0 comments on commit ca35846

Please sign in to comment.