From 3f4db18dd0b1e3f2918d2cceb8bbc8c5ad1e4549 Mon Sep 17 00:00:00 2001 From: person93 Date: Sat, 12 Apr 2025 23:38:03 -0400 Subject: [PATCH] Simplify README section for pre-commit --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index defe80b..58ad127 100644 --- a/README.md +++ b/README.md @@ -177,21 +177,7 @@ repos: rev: 4.2.2 hooks: - id: gdlint - name: gdlint - description: "gdlint - linter for GDScript" - entry: gdlint - language: python - language_version: python3 - require_serial: true - types: [gdscript] - id: gdformat - name: gdformat - description: "gdformat - formatter for GDScript" - entry: gdformat - language: python - language_version: python3 - require_serial: true - types: [gdscript] ``` ## Development [(more)](https://github.com/Scony/godot-gdscript-toolkit/wiki/5.-Development)