Skip to content

Commit

Permalink
📝 Update hatchling in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajiih committed Dec 31, 2024
1 parent 8ce6c0b commit e698d23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[build-system]
requires = ["hatchling"]
requires = ["hatchling >= 1.27"]
build-backend = "hatchling.build"

[project]
name = "kajihs_utils"
dynamic = ["version", "authors", "urls"]
description = "Fully typed, plausibly practical, and remarkably random utilities for me—and maybe for you too."
readme = "README.md"
license = { file = "LICENSE" }
license-files = ["LICENSE"]
requires-python = ">=3.12"
keywords = [
"python",
Expand Down Expand Up @@ -191,9 +191,9 @@ exclude = []
convention = "google"
[tool.ruff.lint.pylint]
max-args = 6
[tool.ruff.format]
preview = true
docstring-code-format = true
[tool.ruff.format]
preview = true
docstring-code-format = true


# == Pytest == #
Expand Down

0 comments on commit e698d23

Please sign in to comment.