Skip to content

Commit

Permalink
fix: pipeline fail due to black versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
tklockau committed Oct 21, 2024
1 parent 47d2b1b commit cbc3605
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = [
"jsonschema>=4.4.0",
Expand All @@ -58,7 +59,7 @@ test = [

[tool.black]
line-length = 100
target-version = ["py38"]
target-version = ["py312"]
force-exclude = "tests/"

[tool.docformatter]
Expand All @@ -75,7 +76,7 @@ no_implicit_optional = true
show_error_codes = true
warn_redundant_casts = true
warn_unreachable = true
python_version = "3.8"
python_version = "3.12"

[[tool.mypy.overrides]]
module = ["tests.*"]
Expand Down

0 comments on commit cbc3605

Please sign in to comment.