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: guludo/venv-run
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4c1abc6d0a330a57e6a51bfc331668767b821c53
Choose a base ref
..
head repository: guludo/venv-run
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 585cd7c3db10a29634f2208270be29630f7f55c1
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
@@ -2,7 +2,7 @@ default_stages: [commit]

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.2
rev: v0.3.3
hooks:
- id: ruff
- id: ruff-format
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@
"mypy==1.8.0",
"nox",
"types-setuptools",
"ruff==0.3.2",
"ruff==0.3.3",
],
},
)