Skip to content

Commit

Permalink
Fix pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaddeucci committed Nov 18, 2024
1 parent 877c160 commit 2fbb2b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.7.4
hooks:
- id: ruff
args: [ --fix ]
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "gyjd"
version = "0.1.0dev14"
#dynamic = ["version"]
dynamic = ["version"]
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
Expand Down

0 comments on commit 2fbb2b1

Please sign in to comment.