We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad4586 commit 3d17a8aCopy full SHA for 3d17a8a
pyproject.toml
@@ -2,6 +2,9 @@
2
minversion = "6.0"
3
xfail_strict=true
4
5
+[tool.black]
6
+line-length = 100
7
+
8
[tool.coverage.report]
9
exclude_lines = [
10
"pragma: nocover",
0 commit comments