Update black/isort
This commit is contained in:
parent
9a6e42fb9c
commit
3fdaf35306
@ -3,12 +3,12 @@
|
|||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 22.10.0
|
rev: 22.12.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
|
|
||||||
- repo: https://github.com/pycqa/isort
|
- repo: https://github.com/pycqa/isort
|
||||||
rev: 5.10.1
|
rev: 5.11.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
name: isort (python)
|
name: isort (python)
|
||||||
|
@ -41,9 +41,9 @@ data-files = {"config" = ["bdfr/default_config.cfg",]}
|
|||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"black>=22.10.0",
|
"black>=22.12.0",
|
||||||
"Flake8-pyproject>=1.2.2",
|
"Flake8-pyproject>=1.2.2",
|
||||||
"isort>=5.10.1",
|
"isort>=5.11.4",
|
||||||
"pre-commit>=2.20.0",
|
"pre-commit>=2.20.0",
|
||||||
"pytest>=7.1.0",
|
"pytest>=7.1.0",
|
||||||
"tox>=3.27.1",
|
"tox>=3.27.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user