Skip to content

Commit

Permalink
Apply new repo-config 0.11 templates (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
llucax authored Dec 4, 2024
2 parents 0b842fe + 7565b28 commit 205eab7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ updates:
labels:
- "part:tooling"
- "type:tech-debt"
groups:
compatible:
update-types:
- "minor"
- "patch"
artifacts:
patterns:
- "actions/*-artifact"
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# - changed-files:
# - any-glob-to-any-file:
# - "src/**/*.py"
# - all-glob-to-all-file:
# - all-globs-to-all-files:
# - "!src/__init__.py"
#
# Please have in mind that that the part:xxx labels need to
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ disable = [
"unsubscriptable-object",
# Checked by mypy
"no-member",
"possibly-used-before-assignment",
"no-name-in-module",
# Checked by flake8
"f-string-without-interpolation",
"redefined-outer-name",
Expand All @@ -148,11 +150,14 @@ disable = [
"unnecessary-lambda-assignment",
# Checked by mypy
"no-member",
"possibly-used-before-assignment",
"no-name-in-module",
]

[tool.pytest.ini_options]
testpaths = ["tests", "src"]
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
required_plugins = ["pytest-asyncio", "pytest-mock"]

[tool.mypy]
Expand Down

0 comments on commit 205eab7

Please sign in to comment.