Skip to content

Commit d18b2dc

Browse files
committed
STYLE: single quotes in pyproject pytest
Signed-off-by: Henry Schreiner <[email protected]>
1 parent dc3aac0 commit d18b2dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ 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)