Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: iterative/py-template
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 966dc1b7b2b451068b8bf2c84ac68cd80931d76f
Choose a base ref
..
head repository: iterative/py-template
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0c332838ec2bb4c666ff0f28430b8a69d994eecc
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .pre-commit-config.yaml
  2. +1 −1 {{cookiecutter.project_name}}/.pre-commit-config.yaml
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.8.5'
rev: 'v0.8.6'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, "--config=pyproject.toml"]
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.8.5'
rev: 'v0.8.6'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]