Skip to content

Commit faca15d

Browse files
committed
pyproject.toml: lint and format with ruff
1 parent fafc8c1 commit faca15d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[tool.ruff]
2+
include = ["netauth/**", "setup.py"]
3+
exclude = ["netauth/_pb"]
4+
line-length = 120
5+
indent-width = 4
6+
target-version = "py311"
7+
8+
[tool.ruff.format]
9+
quote-style = "double"
10+
indent-style = "space"
11+
skip-magic-trailing-comma = false
12+
line-ending = "lf"

0 commit comments

Comments
 (0)