Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/mx-1497-resol…
Browse files Browse the repository at this point in the history
…ve-settings-dependency-cycle
  • Loading branch information
carolinscholl committed Dec 5, 2023
2 parents 2e683fd + 9caf526 commit f1d8e8d
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 206 deletions.
9 changes: 0 additions & 9 deletions .mypy.ini

This file was deleted.

5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,20 @@ repos:
name: poetry
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
hooks:
hooks: # configured according to mypy maintainer: https://github.com/python/mypy/issues/13916
- id: mypy
name: mypy
files: ^mex/
pass_filenames: false
args: [mex]
additional_dependencies:
- "backoff>=2.2.1,<3"
- "click>=8.1.7,<9"
- "pandas-stubs>=2.1.1,<3"
- "pydantic-settings>=2.1.0,<3"
- "pydantic>=2.5.1,<3"
- "pytest>=7.4.3,<8"
- "types-ldap3>=2.9.13.15,<3"
- "types-pytz>=2023.3.1.1,<2024"
- "types-requests>=2.31.0.10,<3"
- "types-setuptools>=68.2.0.1,<69"
Loading

0 comments on commit f1d8e8d

Please sign in to comment.