1
0
mirror of https://github.com/containers/ramalama.git synced 2026-02-05 06:46:39 +01:00

update to black 26.1

Signed-off-by: Mike Bonnet <mikeb@redhat.com>
This commit is contained in:
Mike Bonnet
2026-01-21 13:51:09 -08:00
parent 98ca38afd9
commit 86ca97d31a
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ repos:
- id: codespell
args: ["-w"]
- repo: https://github.com/psf/black
rev: 25.12.0
rev: 26.1.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort

View File

@@ -59,7 +59,7 @@ dev = [
# "pytest>=7.0",
"argcomplete~=3.0",
"bcrypt",
"black~=25.0",
"black~=26.1",
"codespell~=2.0",
"flake8~=7.0",
"huggingface_hub~=1.3.1",
@@ -116,7 +116,7 @@ version = {attr = "ramalama.version.version"}
[tool.black]
line-length = 120
skip-string-normalization = true
target-version = ["py310", "py311", "py312", "py313"]
target-version = ["py310", "py311", "py312", "py313", "py314"]
extend-exclude = "(.history|build|dist|docs|hack)"
[tool.isort]