Skip to content

Commit

Permalink
test pre-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Sep 21, 2024
1 parent 46a1554 commit c170c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = "hatchling.build"
requires = [ "hatchling" ]
requires = ["hatchling"]

[project]
name = "dso"
Expand All @@ -14,7 +14,7 @@ maintainers = [
authors = [
{ name = "Gregor Sturm" },
{ name = "Thomas Schwarzl" },
{ name = "Alexander Peltzer" },
{ name = "Alexander Peltzer" }
]
requires-python = ">=3.10"
classifiers = [
Expand Down

0 comments on commit c170c18

Please sign in to comment.