diff --git a/.gitignore b/.gitignore index bdd6af4..bf0392d 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,3 @@ __pycache__/ # IDEs /.idea/ /.vscode/ - -# prettier insists on creating this -/node_modules/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ad81f68..86ab215 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,12 +6,6 @@ default_stages: - push minimum_pre_commit_version: 2.16.0 repos: - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.8 - hooks: - - id: prettier - exclude_types: - - markdown - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.3.4 hooks: