From 611de9447d0eef82801626b2be90982daf9df060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Mon, 3 Apr 2023 15:58:40 +0200 Subject: [PATCH] chore: update flake8 plugins --- .pre-commit-config.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index badbd7a..d47b202 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,19 +31,19 @@ repos: hooks: - id: yesqa additional_dependencies: &flake8_deps - - flake8-annotations==2.9.0 - - flake8-broken-line==0.5.0 - - flake8-bugbear==22.7.1 - - flake8-comprehensions==3.10.0 - - flake8-eradicate==1.3.0 + - flake8-annotations==3.0.0 + - flake8-broken-line==0.6.0 + - flake8-bugbear==23.3.12 + - flake8-comprehensions==3.11.1 + - flake8-eradicate==1.4.0 - flake8-no-pep420==2.3.0 - - flake8-quotes==3.3.1 - - flake8-simplify==0.19.3 + - flake8-quotes==3.3.2 + - flake8-simplify==0.20.0 - flake8-tidy-imports==4.8.0 - - flake8-type-checking==2.1.2 - - flake8-typing-imports==1.12.0 + - flake8-type-checking==2.4.0 + - flake8-typing-imports==1.14.0 - flake8-use-fstring==1.4 - - pep8-naming==0.13.1 + - pep8-naming==0.13.3 - repo: https://github.com/asottile/pyupgrade rev: v3.3.1