Skip to content

Commit 1243524

Browse files
committed
cleanup quotes
1 parent 90a41bd commit 1243524

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
@@ -67,12 +67,12 @@ profile = "black"
6767
default_section = "THIRDPARTY"
6868
sections = "FUTURE,THIRDPARTY,FIRSTPARTY,LOCALFOLDER"
6969

70-
known_first_party = 'python_template'
70+
known_first_party = "python_template"
7171

7272
[tool.mypy]
73-
python_version = '3.10'
73+
python_version = "3.10"
7474
# show_error_codes = true
75-
# follow_imports = 'silent'
75+
# follow_imports = "silent"
7676
# strict_optional = true
7777
# warn_redundant_casts = true
7878
# warn_unused_ignores = true
@@ -86,8 +86,8 @@ python_version = '3.10'
8686
# disallow_untyped_calls = true
8787

8888
[tool.pytest.ini_options]
89-
asyncio_mode = 'strict'
90-
testpaths = 'python_template/tests'
89+
asyncio_mode = "strict"
90+
testpaths = "python_template/tests"
9191

9292
[tool.ruff]
9393
line-length = 120

0 commit comments

Comments
 (0)