mirror of https://github.com/celery/kombu.git
Pin pre-commit to latest version 4.0.1 (#2144)
* Pin pre-commit to latest version 4.0.1 * Apply suggestions from code review * Update requirements/test.txt --------- Co-authored-by: Tomer Nosrati <tomer.nosrati@gmail.com>
This commit is contained in:
parent
0f5e732be0
commit
96a497e5dd
|
@ -4,4 +4,4 @@ pytest-freezer==0.4.8
|
|||
pytest-sugar==1.0.0
|
||||
pytest==8.3.3
|
||||
pre-commit>=3.5.0,<3.8.0; python_version < '3.9'
|
||||
pre-commit>=4.0.0; python_version >= '3.9'
|
||||
pre-commit>=4.0.1; python_version >= '3.9'
|
||||
|
|
Loading…
Reference in New Issue