Skip to content

Commit 1e98d16

Browse files
committed
update and run ruff
1 parent 74c825e commit 1e98d16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_routines/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def to_symbol(name: str, check_keyword: bool = False) -> str:
5959

6060

6161
def to_cli_option(name: str) -> str:
62-
return f'--{to_symbol(name, check_keyword=False).replace("_", "-")}'
62+
return f"--{to_symbol(name, check_keyword=False).replace('_', '-')}"
6363

6464

6565
@dataclass

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ sphinxcontrib-typer = {extras = ["html", "pdf", "png"], version = ">=0.3.0", mar
6666
pytest-env = ">=1.0.0"
6767
pexpect = ">=4.9.0"
6868
pyright = ">=1.1.357"
69-
ruff = ">=0.4.1"
69+
ruff = "^0.9"
7070
django-stubs = ">=5.0.2"
7171
mypy = ">=1.10.0"
7272
furo = ">=2024.8.6"

0 commit comments

Comments
 (0)