Skip to content

Commit

Permalink
Update pyproject.toml and pull in changes to tcex-app-config
Browse files Browse the repository at this point in the history
  • Loading branch information
cblades-tc committed Feb 26, 2024
1 parent d69e273 commit 0592688
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,15 @@ extension-pkg-whitelist = "pydantic"
exclude = [
"**/.history",
"**/__pycache__",
"**/local-*",
"tcex/api/tc/v2",
"tests",
]
pythonPlatform = "Linux"
pythonVersion = "3.11"
reportIncompatibleMethodOverride = false
reportIncompatibleVariableOverride = false
reportPrivateImportUsage = false

[tool.pytest.ini_options]
filterwarnings = []
Expand Down
2 changes: 1 addition & 1 deletion tcex_cli/app/config

0 comments on commit 0592688

Please sign in to comment.