Skip to content

Commit

Permalink
Pin pre-commit for py3.8 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwatson committed May 8, 2024
1 parent 6ebb814 commit 099a686
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ managed = true
dev-dependencies = [
"pytest>=7",
"pytest-benchmark",
"pre-commit>=3.7.0",
"pre-commit~=3.5.0",
]

[tool.scikit-build]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ platformdirs==4.2.1
# via virtualenv
pluggy==1.5.0
# via pytest
pre-commit==3.7.0
pre-commit==3.5.0
py-cpuinfo==9.0.0
# via pytest-benchmark
pytest==8.2.0
Expand Down

0 comments on commit 099a686

Please sign in to comment.