Skip to content

Commit 0ce39ff

Browse files
committed
test the stop trackking
1 parent fe5d4cc commit 0ce39ff

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

estate/pyproject.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[tool.ruff]
2+
line-length = 100
3+
indent-width = 4
4+
target-version = "py312"
5+
6+
[tool.ruff.lint]
7+
select = ["E", "F", "Q", "I"]
8+
ignore = ["F401"]
9+
10+
11+
[tool.ruff.lint.flake8-quotes]
12+
inline-quotes = "single"
13+
multiline-quotes = "double"
14+
docstring-quotes = "double"
15+
16+
[tool.ruff.format]
17+
quote-style = "single"

0 commit comments

Comments
 (0)