From ca35846c67ebe7679c76622f91ac936a51575a3b Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sun, 12 May 2024 15:03:31 +0900 Subject: [PATCH] Fix for ruff --- gdown/download.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gdown/download.py b/gdown/download.py index aec50ac7..344704c2 100644 --- a/gdown/download.py +++ b/gdown/download.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 5216bccd..f7f677ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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