Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cutoffthetop committed Nov 20, 2023
1 parent e115d0a commit 1a8c7bd
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 325 deletions.
20 changes: 11 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ default_language_version:
python: python3.11
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.4
rev: v0.1.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -17,24 +17,26 @@ repos:
- id: pretty-format-json
name: json
args: [--autofix]
- id: check-yaml
name: yaml
- repo: https://github.com/python-poetry/poetry
rev: 1.6.1
rev: 1.7.0
hooks:
- id: poetry-check
name: poetry
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
rev: v1.7.0
hooks:
- id: mypy
name: mypy
files: ^mex/
additional_dependencies:
- "backoff>=2.2.1,<3"
- "click>=8.1.7,<9"
- "pandas-stubs>=2.0.3.230814"
- "pydantic>=2.1.1,<3"
- "pydantic-settings>=2.0.2,<3"
- "pandas-stubs>=2.1.1,<3"
- "pydantic-settings>=2.1.0,<3"
- "pydantic>=2.5.1,<3"
- "pytest>=7.4.3,<8"
- "types-pytz>=2023.3.1.1,<2024"
- "types-requests>=2.31.0.8,<3"
- "types-setuptools>=68.2.0.0,<69"
- "types-requests>=2.31.0.10,<3"
- "types-setuptools>=68.2.0.1,<69"
Loading

0 comments on commit 1a8c7bd

Please sign in to comment.