From 32f7045c7ccb5a0ac1075841f88c390f05e7eb0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 3 Oct 2020 11:11:22 +0300 Subject: [PATCH] Upgrade flake8 to 3.8.4 (#41117) https://flake8.pycqa.org/en/latest/release-notes/3.8.4.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 114e6b6c87b..121cc1eab8e 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.3 + rev: 3.8.4 hooks: - id: flake8 additional_dependencies: diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index d464c648e75..a8b10eb4501 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -4,7 +4,7 @@ bandit==1.6.2 black==20.8b1 codespell==1.17.1 flake8-docstrings==1.5.0 -flake8==3.8.3 +flake8==3.8.4 isort==5.5.3 pydocstyle==5.1.1 pyupgrade==2.7.2