Skip to content

Commit

Permalink
chore: remove python constraints for pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
  • Loading branch information
hoefling committed Nov 3, 2024
1 parent 21b9111 commit 1d0e49a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ keyring = ['keyring']
taskipy = '1.14.0'

[tool.poetry.group.lint.dependencies]
pre-commit = { version = '3.3.0', python = '>=3.8' }
pre-commit = '3.3.0'

[tool.poetry.group.test.dependencies]
pytest = '8.3.3'
Expand Down

0 comments on commit 1d0e49a

Please sign in to comment.