Visual Studio Code – Pre-commit hooks: Executable <hook_name> not found
I try to use pre-commit on VSCode. I installed ruff, black, mypy and flake8 using poetry. Pre-commit-config.yaml default_language_version: python: python3.10 repos: - repo: local hooks: - id: ruff name: ruff entry: ruff language: python types: [python] args: [ --fix, --config=app/pyproject.toml…