Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
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: numat/huber
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cdd7913bf59d3aa692964db171c8dd32acf9b4d1
Choose a base ref
..
head repository: numat/huber
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e2f319560e497d52bc5aa211e7922979d7b089b2
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .pre-commit-config.yaml
  2. +1 −1 setup.py
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ repos:
- id: check-added-large-files
- id: check-json
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.7.0
rev: v0.7.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
'pytest',
'pytest-cov',
'pytest-asyncio',
'ruff==0.7.0',
'ruff==0.7.1',
],
},
license='GPLv2',