From 63af60c7e73bd84b9d7f2b9db8b332e1570fcb57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 5 Jul 2020 12:03:22 +0300 Subject: [PATCH] Upgrade flake8 to 3.8.3 (#37501) https://flake8.pycqa.org/en/latest/release-notes/3.8.2.html https://flake8.pycqa.org/en/latest/release-notes/3.8.3.html --- .pre-commit-config.yaml | 2 +- requirements_test_pre_commit.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42856451494..1a139e959a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - --quiet-level=2 exclude_types: [csv, json] - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.1 + rev: 3.8.3 hooks: - id: flake8 additional_dependencies: diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index e0882a786ea..2574cb895e9 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -4,7 +4,7 @@ bandit==1.6.2 black==19.10b0 codespell==1.16.0 flake8-docstrings==1.5.0 -flake8==3.8.1 +flake8==3.8.3 isort==4.3.21 pydocstyle==5.0.2 pyupgrade==2.3.0