chore: Revert additional deps in pre-commit hooks, apparently not needed
The problem could have been caused by a corrupted cache. However, it does not persist after a force clean
This commit is contained in:
committed by
yangliwei
parent
dd321697b0
commit
906cc8b021
@@ -24,7 +24,7 @@ repos:
|
|||||||
rev: v1.7.5
|
rev: v1.7.5
|
||||||
hooks:
|
hooks:
|
||||||
- id: docformatter
|
- id: docformatter
|
||||||
additional_dependencies: [tomli, charset-normalizer]
|
additional_dependencies: [tomli]
|
||||||
args: [--in-place, --config, ./pyproject.toml]
|
args: [--in-place, --config, ./pyproject.toml]
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v3.15.0
|
rev: v3.15.0
|
||||||
@@ -41,8 +41,6 @@ repos:
|
|||||||
rev: 1.16.0
|
rev: 1.16.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: blacken-docs
|
- id: blacken-docs
|
||||||
additional_dependencies:
|
|
||||||
- platformdirs
|
|
||||||
- repo: https://github.com/pycqa/pydocstyle
|
- repo: https://github.com/pycqa/pydocstyle
|
||||||
rev: 6.3.0
|
rev: 6.3.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|||||||
Reference in New Issue
Block a user