Skip to content

Commit

Permalink
dev-requirements: relax pre-commit version for python 3.8 (#3910)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed May 8, 2024
1 parent 397e357 commit 5d184d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ asgiref==3.7.2
psutil==5.9.6
GitPython==3.1.41
flaky==3.7.0
pre-commit==3.7.0
pre-commit==3.7.0; python_version >= '3.9'
pre-commit==3.5.0; python_version < '3.9'

0 comments on commit 5d184d1

Please sign in to comment.