Skip to content

Commit a699880

Browse files
committed
pyproject.toml: lint and format with ruff
1 parent b173edf commit a699880

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 0 deletions
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)