1 parent 477c116 commit dc5a8a8Copy full SHA for dc5a8a8
2 files changed
.pre-commit-config.yaml
@@ -14,7 +14,6 @@
14
- repo: https://github.com/pre-commit/pre-commit.git
15
sha: v0.16.3
16
hooks:
17
- - id: validate_config
18
- id: validate_manifest
19
- repo: https://github.com/asottile/reorder_python_imports.git
20
sha: v0.3.5
.pre-commit-hooks.yaml
@@ -1,9 +1,3 @@
1
-- id: validate_config
2
- name: Validate Pre-Commit Config
3
- description: This validator validates a pre-commit hooks config file
4
- entry: pre-commit-validate-config
5
- language: python
6
- files: ^\.pre-commit-config\.yaml$
7
8
name: Validate Pre-Commit Manifest
9
description: This validator validates a pre-commit hooks manifest file
0 commit comments