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