We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc65e74 commit e1708baCopy full SHA for e1708ba
1 file changed
pyproject.toml
@@ -8,6 +8,7 @@ name = "data-tutorials"
8
dynamic = ["version"]
9
dependencies = [
10
"pytest",
11
+ "ruff",
12
]
13
requires-python = ">=3.9"
14
authors = [
@@ -42,3 +43,16 @@ packages = ["data_tutorials"]
42
43
pythonpath = [
44
"."
45
46
+
47
+[tool.ruff]
48
+line-length = 100
49
+indent-width = 2
50
+target-version = "py38"
51
+line-ending = "auto"
52
53
+[tool.ruff.lint]
54
55
+[tool.ruff.format]
56
57
+[tool.ruff.lint.flake8-quotes]
58
+docstring-quotes = "double"
0 commit comments