Ville Skyttä 2020-07-05 12:03:22 +03:00 committed by GitHub
parent 93df0a6d70
commit 63af60c7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ repos:
- --quiet-level=2 - --quiet-level=2
exclude_types: [csv, json] exclude_types: [csv, json]
- repo: https://gitlab.com/pycqa/flake8 - repo: https://gitlab.com/pycqa/flake8
rev: 3.8.1 rev: 3.8.3
hooks: hooks:
- id: flake8 - id: flake8
additional_dependencies: additional_dependencies:

View File

@ -4,7 +4,7 @@ bandit==1.6.2
black==19.10b0 black==19.10b0
codespell==1.16.0 codespell==1.16.0
flake8-docstrings==1.5.0 flake8-docstrings==1.5.0
flake8==3.8.1 flake8==3.8.3
isort==4.3.21 isort==4.3.21
pydocstyle==5.0.2 pydocstyle==5.0.2
pyupgrade==2.3.0 pyupgrade==2.3.0