General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
version: "1" # The schema version of this config file
Sign in to like and favorite skills
version: "1" # The schema version of this config file
ignore: # A list of paths or files which Sourcery will ignore.
rule_settings: enable: - default disable: ["no-conditionals-in-tests"] # A list of rule IDs Sourcery will never suggest. rule_types: - refactoring - suggestion - comment python_version: "3.9" # A string specifying the lowest Python version your project supports. Sourcery will not suggest refactorings requiring a higher Python version.