mirror of
https://github.com/containers/ramalama.git
synced 2026-02-05 06:46:39 +01:00
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user