Update the versions of pinned packages in pre-commit environments

This commit is contained in:
Pradyun Gedam 2022-04-22 16:09:12 +01:00
parent 4085eb0236
commit 208937c6dd
1 changed files with 7 additions and 6 deletions

View File

@ -26,9 +26,9 @@ repos:
hooks:
- id: flake8
additional_dependencies: [
'flake8-bugbear==20.1.4',
'flake8-bugbear==22.3.23',
'flake8-logging-format==0.6.0',
'flake8-implicit-str-concat==0.2.0',
'flake8-implicit-str-concat==0.3.0',
]
exclude: tests/data
@ -47,10 +47,11 @@ repos:
additional_dependencies: [
'keyring==23.0.1',
'nox==2021.6.12',
'pytest==6.2.5',
'types-docutils==0.1.8',
'types-setuptools==57.0.2',
'types-six==0.1.9',
'pytest==7.1.1',
'types-docutils==0.18.3',
'types-setuptools==57.4.14',
'types-freezegun==1.1.9',
'types-six==1.16.15',
]
- repo: https://github.com/pre-commit/pygrep-hooks