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: OpenStitching/lir
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7b6616e59e8644278ddcb6145bd3c994f76c230a
Choose a base ref
..
head repository: OpenStitching/lir
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b466aa88e56999508a40f2730519d02d5a8a0e9c
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .pre-commit-config.yaml
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -13,11 +13,11 @@ repos:
- id: mixed-line-ending
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.38.0
rev: v0.39.0
hooks:
- id: markdownlint
- repo: https://github.com/pycqa/flake8