Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin committed Oct 15, 2024
1 parent 411048b commit 7b9f38c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
# Build system information and other project-specific configuration below.
dependencies = [
Expand Down Expand Up @@ -63,6 +64,7 @@ Issue-Tracker = "https://github.com/Hochfrequenz/rebdhuhn/issues"

[tool.black]
line-length = 120
target_version = ["py311", "py312", "py313"]

[tool.isort]
line_length = 120
Expand Down

0 comments on commit 7b9f38c

Please sign in to comment.