File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2525# - changed-files:
2626# - any-glob-to-any-file:
2727# - "src/**/*.py"
28- # - all-glob -to-all-file :
28+ # - all-globs -to-all-files :
2929# - "!src/__init__.py"
3030#
3131# Please have in mind that that the part:xxx labels need to
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ disable = [
148148 " unsubscriptable-object" ,
149149 # Checked by mypy
150150 " no-member" ,
151+ " possibly-used-before-assignment" ,
151152 " no-name-in-module" ,
152153 # Checked by flake8
153154 " f-string-without-interpolation" ,
@@ -162,6 +163,7 @@ disable = [
162163[tool .pytest .ini_options ]
163164testpaths = [" tests" , " src" ]
164165asyncio_mode = " auto"
166+ asyncio_default_fixture_loop_scope = " function"
165167required_plugins = [" pytest-asyncio" , " pytest-mock" ]
166168
167169[tool .mypy ]
You can’t perform that action at this time.
0 commit comments