Bump pre-commit hook versions

This commit is contained in:
thatdonfc 2021-10-20 16:26:05 -07:00
parent a198b3a018
commit 55d9627012
2 changed files with 5 additions and 5 deletions

View File

@ -17,11 +17,11 @@ repos:
hooks:
- id: isort
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8
- repo: https://github.com/psf/black
rev: 21.7b0 # Replace by any tag/version: https://github.com/psf/black/tags
rev: 21.9b0 # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade

View File

@ -1,8 +1,8 @@
# Requirements. These can can be installed with:
# pip install -r requirements-dev.txt
flake8~=3.9.2
black~=21.7b0
flake8~=4.0.1
black~=21.9b0
isort~=5.9.3
pre-commit~=2.13.0
pre-commit~=2.15.0
cython==0.29.21