Skip to content
View ryanpeach's full-sized avatar

Block or report ryanpeach

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. mdlinker mdlinker Public

    Ensures that wikilinks in markdown notes in apps like logseq, obsidian, etc point to existing pages, are as verbose as possible, and many other relevant lints.

    Rust

  2. shell shell Public

    My shell docker container

    Shell

  3. DogBarking DogBarking Public

    A simple app for recording audio, and playing a frequency when the volume in the room is over some threshold.

    Python 1

  4. My favorite pre-commits My favorite pre-commits
    1
    exclude: "docs|.git"
    2
    default_stages: [commit]
    3
    fail_fast: false
    4
    
                  
    5
    repos:
  5. My favorite rust packages and settings My favorite rust packages and settings
    1
    [profile.dev]
    2
    opt-level = 0
    3
    debug = true
    4
    
                  
    5
    [profile.release]
  6. A good setup.cfg for python A good setup.cfg for python
    1
    [tool.ruff.lint]
    2
    select = ["ALL"]
    3
    ignore = [
    4
      "D203",    # Should ignore one of D203 or D211 bc they are conflicting
    5
      "D213",    # Should ignore one of D212 or D213 bc they are conflicting