blob: 730c96bd1afdc450e34e483e908125a9aedcb714 (
plain)
1
2
3
4
5
6
7
8
|
# Everything in this file should reflect the pre-commit configuration
# in .pre-commit-config.yaml
black==22.10.0
flake8==5.0.4
flake8-bugbear==22.10.27
flake8-typing-imports==1.14.0
isort==5.10.1
mypy==0.982
|