mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-08 23:13:38 -05: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:
parent
5ad0932c19
commit
e837f27653
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@ repos:
|
||||||
- id: black
|
- id: black
|
||||||
|
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
rev: 4.0.1
|
rev: 5.0.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- flake8-bugbear==22.4.25
|
- flake8-bugbear==22.7.1
|
||||||
|
|
||||||
- repo: https://github.com/PyCQA/isort
|
- repo: https://github.com/PyCQA/isort
|
||||||
rev: 5.10.1
|
rev: 5.10.1
|
||||||
|
|
Loading…
Reference in a new issue