1
0
Fork 0
mirror of synced 2024-05-19 03:32:34 +12:00

Update black/isort

This commit is contained in:
OMEGARAZER 2023-01-01 08:59:34 -05:00
parent 9a6e42fb9c
commit 3fdaf35306
No known key found for this signature in database
GPG key ID: D89925310D306E35
2 changed files with 4 additions and 4 deletions

View file

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

View file

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