General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
- repo: https://github.com/charliermarsh/ruff-pre-commit
Sign in to like and favorite skills
repos:
repo: https://github.com/charliermarsh/ruff-pre-commit rev: v0.1.3 hooks:
repo: https://github.com/python-poetry/poetry rev: 2.0.1 hooks:
pyproject.toml is validpoetry.lock file is in sync with pyproject.tomlrepo: local hooks:
id: install-deps name: install-deps entry: make install_deps install_extension_deps language: system pass_filenames: false always_run: true stages: [commit]
id: pytest-check name: pytest-check entry: make test_all language: system pass_filenames: false always_run: true stages: [commit]
repo: https://github.com/sourcery-ai/sourcery rev: v1.11.0 hooks: