Skip to content

Commit e0cf9b0

Browse files
committed
Apply new repo-config 0.11 templates
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent bf7f2fb commit e0cf9b0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
163164
testpaths = ["tests", "src"]
164165
asyncio_mode = "auto"
166+
asyncio_default_fixture_loop_scope = "function"
165167
required_plugins = ["pytest-asyncio", "pytest-mock"]
166168

167169
[tool.mypy]

0 commit comments

Comments
 (0)