Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-37211: pre-commit: update mypy version #33

Merged
merged 2 commits into from Dec 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -9,7 +9,6 @@ repos:
rev: 22.6.0
hooks:
- id: black
args: [--config=pyproject.toml]

- repo: https://github.com/pycqa/flake8
rev: 4.0.1
Expand All @@ -24,8 +23,8 @@ repos:
args: [--settings-path=pyproject.toml]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.971"
rev: v0.991
hooks:
- id: mypy
additional_dependencies: [types-PyYAML==6.0.11]
additional_dependencies: [types-PyYAML==6.0.12.2]
args: [--config-file=pyproject.toml]
11 changes: 11 additions & 0 deletions doc/version_history.rst
Expand Up @@ -6,6 +6,17 @@
Version History
###############

v0.7.4
======

* pre-commit: update mypy version

Requires:

* ts_ess_common
* ts_tcpip 0.3
* ts_utils 1.0

v0.7.3
======

Expand Down