Skip to content

Commit

Permalink
Pin mypy to 0.782 to match conda environment pinning.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Sep 24, 2021
1 parent 2718443 commit da6fc43
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,14 @@ repos:
language: system
files: \.(cu|cuh|h|hpp|cpp|inl)$
args: ['-fallback-style=none']
- repo: local
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.782'
hooks:
- id: mypy
name: mypy
description: mypy
pass_filenames: false
entry: mypy --config-file=python/cudf/setup.cfg python/cudf/cudf
language: system
types: [python]
- repo: https://github.com/pycqa/pydocstyle
rev: 6.0.0
hooks:
args: ["--config-file=python/cudf/setup.cfg", "python/cudf/cudf"]
- repo: https://github.com/pycqa/pydocstyle
rev: 6.0.0
hooks:
- id: pydocstyle
args: ["--config=python/.flake8"]

Expand Down

0 comments on commit da6fc43

Please sign in to comment.