Skip to content

Commit

Permalink
Try restricting pre-commit to python >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyChacal committed Aug 2, 2024
1 parent 37983bf commit 44dcf72
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 13 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ packages = [
[tool.poetry.dependencies]
python = "^3.8"

[tool.poetry.group.dev]
optional = true
[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
lit = "^18.1.8"
pre-commit = "^3.7.1"
pre-commit = { version = "^3.7.1", python = "^3.9" }
pyright = "^1.1.370"
pytest = "^8.2.2"

Expand Down

0 comments on commit 44dcf72

Please sign in to comment.