Skip to content

Commit 555a00e

Browse files
committed
Formatting with ruff
1 parent fac1681 commit 555a00e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ sqlalchemy = "pytest_sqlalchemy"
3131
dev = [
3232
"mypy>=1.15.0",
3333
"pytest-xdist>=3.6.1",
34+
"ruff>=0.11.4",
3435
]
3536
docs = [
3637
"furo>=2024.8.6",
@@ -54,5 +55,11 @@ disallow_incomplete_defs = true
5455
module = "sqlalchemy_utils.*"
5556
ignore_missing_imports = true
5657

58+
[tool.ruff]
59+
line-length = 100
60+
61+
[tool.ruff.format]
62+
quote-style = "preserve"
63+
5764
[tool.pytest.ini_options]
5865
norecursedirs = ["tests/examples"]

0 commit comments

Comments
 (0)