Skip to content

Commit 7a78359

Browse files
committed
Remove unused pydantic-settings dependency from pre-commit config
1 parent ae38e92 commit 7a78359

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ repos:
4040
- id: mypy
4141
args: [
4242
'--show-traceback',
43-
'--config-file=pyproject.toml'
43+
#'--config-file=pyproject.toml'
4444
]
4545
fail_fast: true
4646
additional_dependencies:
4747
- pydantic
48-
- pydantic-settings
4948
- pytest
5049
- cryptography
5150
- repo: https://github.com/astral-sh/ruff-pre-commit

0 commit comments

Comments
 (0)