diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 71d28f4..4782267 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,6 @@ repos: - id: check-yaml exclude: mkdocs.yaml - id: check-ast - - id: check-docstring-first - id: check-merge-conflict - id: mixed-line-ending diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index 6743d1c..3dd8e74 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -9,7 +9,6 @@ repos: - id: check-yaml exclude: mkdocs.yaml - id: check-ast - - id: check-docstring-first - id: check-merge-conflict - id: mixed-line-ending - id: no-commit-to-branch diff --git a/tests/example-project/.pre-commit-config.yaml b/tests/example-project/.pre-commit-config.yaml index 6743d1c..3dd8e74 100644 --- a/tests/example-project/.pre-commit-config.yaml +++ b/tests/example-project/.pre-commit-config.yaml @@ -9,7 +9,6 @@ repos: - id: check-yaml exclude: mkdocs.yaml - id: check-ast - - id: check-docstring-first - id: check-merge-conflict - id: mixed-line-ending - id: no-commit-to-branch