Upgrade flake8 to 3.9.1 (#49284)

This commit is contained in:
Franck Nijhof 2021-04-16 09:35:19 +02:00 committed by GitHub
parent ec5c6e18ec
commit ee37d8141a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ repos:
exclude_types: [csv, json] exclude_types: [csv, json]
exclude: ^tests/fixtures/ exclude: ^tests/fixtures/
- repo: https://gitlab.com/pycqa/flake8 - repo: https://gitlab.com/pycqa/flake8
rev: 3.9.0 rev: 3.9.1
hooks: hooks:
- id: flake8 - id: flake8
additional_dependencies: additional_dependencies:

View File

@ -6,7 +6,7 @@ codespell==2.0.0
flake8-comprehensions==3.4.0 flake8-comprehensions==3.4.0
flake8-docstrings==1.6.0 flake8-docstrings==1.6.0
flake8-noqa==1.1.0 flake8-noqa==1.1.0
flake8==3.9.0 flake8==3.9.1
isort==5.7.0 isort==5.7.0
pycodestyle==2.7.0 pycodestyle==2.7.0
pydocstyle==6.0.0 pydocstyle==6.0.0