Skip to content

Commit

Permalink
restore pre-commit requirement for py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
brondsem committed Aug 9, 2024
1 parent f8e56d4 commit 9a09b74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ platformdirs==4.2.0
# via virtualenv
pluggy==1.4.0
# via pytest
pre-commit==3.5.0 ; python_version < "3.9"
pre-commit==3.7.0 ; python_version >= "3.9"
# via -r requirements.in
profanityfilter==2.0.6
Expand Down

0 comments on commit 9a09b74

Please sign in to comment.