1
0
Fork 0
mirror of https://github.com/python-poetry/install.python-poetry.org.git synced 2024-09-13 13:17:11 -04:00

Bump flake8 and additional dependencies (#27)

* chore: run `pre-commit autoupdate`

* build(deps): bump `flake8-bugbear` to `22.7.1`
This commit is contained in:
Mathieu Kniewallner 2022-08-11 18:10:07 +02:00 committed by GitHub
parent 5ad0932c19
commit e837f27653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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