Skip to content

Commit

Permalink
chore(pre-commit): update flake8 plugins (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus committed Nov 13, 2022
1 parent 2efa20e commit 7af3362
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ repos:
hooks:
- id: yesqa
additional_dependencies: &flake8_deps
- flake8-broken-line==0.5.0
- flake8-bugbear==22.8.23
- flake8-comprehensions==3.10.0
- flake8-eradicate==1.3.0
- flake8-broken-line==0.6.0
- flake8-bugbear==22.10.27
- flake8-comprehensions==3.10.1
- flake8-eradicate==1.4.0
- flake8-quotes==3.3.1
- flake8-simplify==0.19.3
- flake8-tidy-imports==4.8.0
- flake8-type-checking==2.1.2
- flake8-typing-imports==1.13.0
- flake8-type-checking==2.2.0
- flake8-typing-imports==1.14.0
- flake8-use-fstring==1.4
- pep8-naming==0.13.2

Expand Down

0 comments on commit 7af3362

Please sign in to comment.