We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2075eeb commit 3ffd142Copy full SHA for 3ffd142
pyproject.toml
@@ -58,6 +58,24 @@ Source = 'https://github.com/pydantic/pydantic-settings'
58
Changelog = 'https://github.com/pydantic/pydantic-settings/releases'
59
Documentation = 'https://docs.pydantic.dev/dev-v2/concepts/pydantic_settings/'
60
61
+[dependency-groups]
62
+linting = [
63
+ "black",
64
+ "mypy",
65
+ "pre-commit",
66
+ "pyupgrade",
67
+ "pyyaml",
68
+ "ruff",
69
+ "types-pyyaml",
70
+]
71
+testing = [
72
+ "coverage[toml]",
73
+ "pytest",
74
+ "pytest-examples",
75
+ "pytest-mock",
76
+ "pytest-pretty",
77
78
+
79
[tool.pytest.ini_options]
80
testpaths = 'tests'
81
filterwarnings = [
0 commit comments