Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerlz committed Jan 7, 2025
1 parent 65a8a54 commit 252f136
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 8 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[project]
name = "Kalico"

version = "0.12.1"

requires-python = ">=3.9"
dependencies = [
"cffi==1.17.1 ; python_version >= '3.13'",
Expand Down Expand Up @@ -42,7 +40,8 @@ ignore = [
"E721", # Do not compare types, use 'isinstance()'
]

[tool.uv]
dev-dependencies = [
"ruff>=0.8.4",
]
[dependency-groups]
dev = [
"ruff>=0.8.4",
"pre-commit>=4.0.1",
]
Loading

0 comments on commit 252f136

Please sign in to comment.