change click version in pre-commit

This commit is contained in:
Desh Raj 2022-11-16 14:43:21 -05:00
parent d89766d85d
commit 7a8e8e735d

View File

@ -4,7 +4,7 @@ repos:
hooks: hooks:
- id: black - id: black
args: ["--line-length=88"] args: ["--line-length=88"]
additional_dependencies: ['click==8.0.1'] additional_dependencies: ['click==8.1.0']
exclude: icefall\/__init__\.py exclude: icefall\/__init__\.py
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8