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: asphalt-framework/project-template
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6fd01af35368a1d621382bca42c2ca7548d36d93
Choose a base ref
..
head repository: asphalt-framework/project-template
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 75bdd3959224d2f27ebb00636027db2885e68eb9
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .pre-commit-config.yaml
  2. +1 −1 docs/usage.rst
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3
rev: v0.7.4
hooks:
- id: ruff
args: [--fix, --show-fixes]
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Using the project
=================

This is where practical usage instructions are added.
This is where practical usage instructions are added.