File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,12 @@ profile = "black"
6767default_section = " THIRDPARTY"
6868sections = " 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 ]
9393line-length = 120
You can’t perform that action at this time.
0 commit comments