Skip to content

Commit

Permalink
Bump flake8 and additional dependencies (python-poetry#27)
Browse files Browse the repository at this point in the history
* chore: run `pre-commit autoupdate`

* build(deps): bump `flake8-bugbear` to `22.7.1`
  • Loading branch information
mkniewallner authored Aug 11, 2022
1 parent 5ad0932 commit e837f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e837f27

Please sign in to comment.