Commit 9a0b4af5 by Bartosz Sokorski Committed by GitHub

ci: update flake8 plugins (#7391)

Dropped flake8-broken-line. We follow black for formatting anyway and this was blocking us from updating to newest flake8 version.
parent daa87b2d
...@@ -32,19 +32,18 @@ repos: ...@@ -32,19 +32,18 @@ repos:
hooks: hooks:
- id: yesqa - id: yesqa
additional_dependencies: &flake8_deps additional_dependencies: &flake8_deps
- flake8-annotations==2.9.0 - flake8-annotations==3.0.0
- flake8-broken-line==0.5.0 - flake8-bugbear==23.1.20
- flake8-bugbear==22.7.1 - flake8-comprehensions==3.10.1
- flake8-comprehensions==3.10.0 - flake8-eradicate==1.4.0
- flake8-eradicate==1.3.0 - flake8-pie==0.16.0
- flake8-quotes==3.3.1 - flake8-quotes==3.3.2
- flake8-simplify==0.19.3 - flake8-simplify==0.19.3
- flake8-tidy-imports==4.8.0 - flake8-tidy-imports==4.8.0
- flake8-type-checking==2.2.0 - flake8-type-checking==2.3.0
- flake8-typing-imports==1.12.0 - flake8-typing-imports==1.14.0
- flake8-use-fstring==1.4 - flake8-use-fstring==1.4
- pep8-naming==0.13.1 - pep8-naming==0.13.3
- flake8-pie==0.16.0
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.3.1 rev: v3.3.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment