Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Preocts/python-src-template
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.0
Choose a base ref
Loading
...
head repository: Preocts/python-src-template
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0
Choose a head ref
Loading
  • 6 commits
  • 17 files changed
  • 1 contributor

Commits on Jun 24, 2025

  1. Remove pre-commit from nox dev session (#201)

    The `.pre-commit-config.yaml` will continue to hold helpful,
    self-correcting checks for use in pre-commit.ci. The expectation of
    running pre-commit locally is being removed.
    Preocts authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    ba6aac3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

  1. Convert to uv workflow (#203)

    * remove external requirement files
    
    * update project metadata
    
    - Use uv build system
    - static version
    - list dependencies
    - list dependency groups with developer dependencies
    
    * Remove unused samples
    
    * Rewrite noxfile for uv workflow
    
    - Simplify session names `dev`, `test`, `lint`, etc
    - Use uv in all calls
    - Move linting and formatting into noxfile session
    
    * pin python version for uv config
    
    * create uv.lock file
    
    * Update github actions workflow
    
    - Upgrade all action versions
    - Dynamically pull default python version from `.python-versoin` file
    - Update nox sessions to match new noxfile
    
    * Correct copy paste error
    
    * Use uvx in actions instead of uv run
    
    * noxfile enforces frozen lockfile
    
    * checkout repo for file reading
    
    * output a json report with the html
    
    * Ensure steps wait for settings to be completed
    
    * Update development setup for uv
    
    * update FAQ
    
    * Split linter and formatter groups
    
    * Split linting and formatting sessions
    
    * Remove verbose from formatters and linters
    
    * Do not install all groups for dev environ
    
    * Don't build python sessions
    
    Embrace the uv tool and allow it to manage dependencies in the project
    root.
    
    * Replace requests with httpx
    
    * Remove tool group
    
    * extract common sync args
    
    * Use hatch backend and dynamic versioning
    
    * Allow mypy to use incremental cache
    
    * adjust greedy ignore
    
    * Remove version from init values
    Preocts authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    b26f844 View commit details
    Browse the repository at this point in the history
  2. Drop support for 3.9 (#204)

    - Drops support for Python 3.9.
    - Moves default version to 3.10.
    - Adds testing for 3.14.
    Preocts authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    556c991 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f227f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d47939 View commit details
    Browse the repository at this point in the history
  5. Guard against uv.lock drift (#208)

    Add a pre-commit hook to ensure the lockfile has been updated with any
    dependency changes. Likewise, create a nox session to do the same.
    
    This combination will help ensure the uv.lock file is correct even when
    pushed before updating. pre-commit-ci can auto-fix this.
    Preocts authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    27fce86 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.