diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8817aac..915c9f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,11 +33,6 @@ repos: description: Check spelling with codespell entry: codespell --ignore-words=codespell.txt exclude: ^fa/.*$|^in/.*$|^tr/.*$ - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.3 - hooks: - - id: prettier - name: Run prettier - repo: https://github.com/igorshubovych/markdownlint-cli rev: v0.32.2 hooks: