Remove unnecessary chunk from pre-commit-config
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1feec3..1453ed0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -18,9 +18,5 @@ hooks: - id: validate_config files: ^\.pre-commit-config.yaml$ - exclude: ^$ - args: [] - id: validate_manifest files: ^hooks.yaml$ - exclude: ^$ - args: []