Update version for Flake8 and MyPy
This commit is contained in:
parent
1c24e09e44
commit
7a170c0790
@ -5,7 +5,7 @@ repos:
|
||||
- id: black
|
||||
language_version: python3
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v0.740
|
||||
rev: v0.770
|
||||
hooks:
|
||||
- id: mypy
|
||||
# - repo: https://gitlab.com/pycqa/flake8
|
||||
|
2387
poetry.lock
generated
2387
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -46,14 +46,14 @@ pytest = "^5.0"
|
||||
pytest-cov = "^2.5"
|
||||
pytest-runner = "^4.2"
|
||||
black = { version = "^19.10b0", python = "^3.6" }
|
||||
mypy = "0.740"
|
||||
mypy = "0.770"
|
||||
pre-commit = "^1.12"
|
||||
sphinx = "^2.2"
|
||||
recommonmark = "^0.6.0"
|
||||
sphinx-rtd-theme = "^0.4.3"
|
||||
babel = "^2.7.0"
|
||||
babelgladeextractor = "^0.6.0"
|
||||
flake8 = "^3.7.9"
|
||||
flake8 = { version = "^3.8.0a2", allow-prereleases = true }
|
||||
isort = "^4.3.21"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
|
Loading…
x
Reference in New Issue
Block a user