We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a41bd commit 1243524Copy full SHA for 1243524
1 file changed
pyproject.toml
@@ -67,12 +67,12 @@ profile = "black"
67
default_section = "THIRDPARTY"
68
sections = "FUTURE,THIRDPARTY,FIRSTPARTY,LOCALFOLDER"
69
70
-known_first_party = 'python_template'
+known_first_party = "python_template"
71
72
[tool.mypy]
73
-python_version = '3.10'
+python_version = "3.10"
74
# show_error_codes = true
75
-# follow_imports = 'silent'
+# follow_imports = "silent"
76
# strict_optional = true
77
# warn_redundant_casts = true
78
# warn_unused_ignores = true
@@ -86,8 +86,8 @@ python_version = '3.10'
86
# disallow_untyped_calls = true
87
88
[tool.pytest.ini_options]
89
-asyncio_mode = 'strict'
90
-testpaths = 'python_template/tests'
+asyncio_mode = "strict"
+testpaths = "python_template/tests"
91
92
[tool.ruff]
93
line-length = 120
0 commit comments