From e837f27653ad3be43c16b690b3ba42dce724aa51 Mon Sep 17 00:00:00 2001 From: Mathieu Kniewallner Date: Thu, 11 Aug 2022 18:10:07 +0200 Subject: [PATCH] Bump `flake8` and additional dependencies (#27) * chore: run `pre-commit autoupdate` * build(deps): bump `flake8-bugbear` to `22.7.1` --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91dd751..48ae5c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,11 +5,11 @@ repos: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.4 hooks: - id: flake8 additional_dependencies: - - flake8-bugbear==22.4.25 + - flake8-bugbear==22.7.1 - repo: https://github.com/PyCQA/isort rev: 5.10.1