Skip to content

Commit 18f2c62

Browse files
henryiiidnicolodi
authored andcommitted
STYLE: consistently use single quotes in pyproject.toml
Signed-off-by: Henry Schreiner <[email protected]> fixup
1 parent faab39b commit 18f2c62

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,16 @@ strict = true
7070
lines_between_types = 1
7171
lines_after_imports = 2
7272
multi_line_output = 5
73-
known_first_party = "mesonpy"
73+
known_first_party = 'mesonpy'
7474

7575

7676
[tool.coverage.html]
7777
show_contexts = true
7878

7979

8080
[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"]
81+
minversion = '6.0'
82+
addopts = ['-ra', '--strict-markers', '--strict-config']
83+
log_cli_level = 'info'
84+
norecursedirs = 'tests/packages/*'
85+
testpaths = ['tests']

0 commit comments

Comments
 (0)