We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faab39b commit 18f2c62Copy full SHA for 18f2c62
pyproject.toml
@@ -70,16 +70,16 @@ strict = true
70
lines_between_types = 1
71
lines_after_imports = 2
72
multi_line_output = 5
73
-known_first_party = "mesonpy"
+known_first_party = 'mesonpy'
74
75
76
[tool.coverage.html]
77
show_contexts = true
78
79
80
[tool.pytest.ini_options]
81
-minversion = "6.0"
82
-addopts = ["-ra", "--strict-markers", "--strict-config"]
83
-log_cli_level = "info"
84
-norecursedirs = "tests/packages/*"
85
-testpaths = ["tests"]
+minversion = '6.0'
+addopts = ['-ra', '--strict-markers', '--strict-config']
+log_cli_level = 'info'
+norecursedirs = 'tests/packages/*'
+testpaths = ['tests']
0 commit comments