Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pylipp committed Apr 20, 2024
1 parent dea8e1b commit c4da599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -51,7 +51,8 @@ develop = [
"flake8-pyproject==1.2.3",
"gitlint-core==0.19.1",
'isort==5.13.2',
'pre-commit==3.5.0',
'pre-commit==3.7.0; python_version >= "3.9"',
'pre-commit==3.5.0; python_version < "3.9"',
]
packaging = [
"build",
Expand Down

0 comments on commit c4da599

Please sign in to comment.