Skip to content

Commit b5a3675

Browse files
author
Eugene Shershen
committed
fix pre-commit
1 parent 4cabff2 commit b5a3675

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: isort
3232
- repo: https://github.com/psf/black
33-
rev: 21.9b0
33+
rev: 22.3.0
3434
hooks:
3535
- id: black
3636
- repo: https://github.com/PyCQA/flake8
@@ -41,7 +41,7 @@ repos:
4141
- --max-line-length=100
4242
- --ignore=E203, E501, W503
4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: v0.910
44+
rev: v0.942
4545
hooks:
4646
- id: mypy
4747
additional_dependencies:

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ atomicwrites==1.3.0
33
attrs>=19.3.0
44
certifi==2020.12.5
55
chardet==3.0.4
6-
click>=7.1.2
6+
click>=8.0.2
77
coverage>=5.2.1
88
entrypoints==0.3
99
fastapi>=0.60.0
@@ -37,5 +37,5 @@ typed-ast==1.4.1
3737
urllib3>=1.25.9
3838
wcwidth==0.1.7
3939
zipp==3.1.0
40-
black==20.8b1
40+
black==22.3.0
4141
pytest-asyncio>=0.15.0

0 commit comments

Comments
 (0)