Skip to content

Commit

Permalink
BUILD: update flake8 and mypy to latest versions in pre-commit config (
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner authored May 23, 2022
1 parent 5c832f8 commit 812e09e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ repos:
name: flake8
entry: flake8 --config tox.ini
language: python_venv
additional_dependencies: [ flake8-comprehensions, flake8-import-order ]
additional_dependencies:
- flake8-comprehensions ~= 3.10
types: [ python ]

- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -31,8 +32,9 @@ repos:
rev: v0.931
hooks:
- id: mypy
files: src/
files: src|sphinx
additional_dependencies:
- numpy>=1.22
- numpy~=1.22
- mypy~=0.940
- gamma-pytools>=2.0.dev8,<3a
- sklearndf>=2.0.dev3,<3a

0 comments on commit 812e09e

Please sign in to comment.