diff options
| author | 2023-10-10 14:24:54 +0100 | |
|---|---|---|
| committer | 2024-01-24 20:35:02 +0000 | |
| commit | 53860e23c1086b0c8e20724c72b22cc6d7d22e34 (patch) | |
| tree | 03a47b674ab7f05d0f10cd11f7e98946366dac93 /requirements/lint.in | |
| parent | Merge pull request #199 from python-discord/bump-mem-max (diff) | |
Bump pre-commit version and re run make upgrade
This was required as pre-commit was returning an error from within virtualenv
Diffstat (limited to 'requirements/lint.in')
| -rw-r--r-- | requirements/lint.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/lint.in b/requirements/lint.in index 18bac76..dfe1a6b 100644 --- a/requirements/lint.in +++ b/requirements/lint.in @@ -1,4 +1,4 @@ -c coverage.pip -c requirements.pip -pre-commit>=2.13 +pre-commit>=3.4 |