Upgrade flake8 to 3.9.2 (#50664)

This commit is contained in:
Franck Nijhof 2021-05-15 15:55:45 +02:00 committed by GitHub
parent bdc1ab2b88
commit 5ce07e689a
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.1 rev: 3.9.2
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.1 flake8==3.9.2
isort==5.8.0 isort==5.8.0
mccabe==0.6.1 mccabe==0.6.1
pycodestyle==2.7.0 pycodestyle==2.7.0