Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: sbrunner/hooks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.0
Choose a base ref
...
head repository: sbrunner/hooks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 7, 2025

  1. Relay add Poetry2 lock

    sbrunner committed Jan 7, 2025
    Copy the full SHA
    883cc07 View commit details
  2. Merge pull request #223 from sbrunner/fix-poetry2

    Relay add Poetry2 lock
    sbrunner authored Jan 7, 2025
    Copy the full SHA
    faa77f8 View commit details
Showing with 10 additions and 19 deletions.
  1. +0 −19 .pre-commit-config.yaml
  2. +10 −0 .pre-commit-hooks.yaml
19 changes: 0 additions & 19 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -14,25 +14,6 @@ repos:
entry: workflow-timeout-check
files: ^\.github/workflows/.+\.ya?ml$
language: python
- id: poetry-check
name: poetry check
entry: run-in-dir --cmd poetry check
args:
- --files
language: python
additional_dependencies:
- poetry==1.8.5 # pypi
files: ^(|.*/)pyproject\.toml$
- id: poetry-lock
name: poetry lock
entry: run-in-dir --check poetry check --cmd poetry lock
args:
- -a--no-update
- --files
language: python
additional_dependencies:
- poetry==1.8.5
files: ^(|.*/)pyproject\.toml$
- id: poetry2-lock
name: poetry lock
entry: run-in-dir --check poetry check --cmd poetry lock
10 changes: 10 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -39,6 +39,16 @@
additional_dependencies:
- poetry
files: ^(|.*/)pyproject\.toml$
- id: poetry2-lock
name: poetry lock
description: Lock the from the pyproject.toml file
entry: run-in-dir --check poetry check --cmd poetry lock
args:
- --files
language: python
additional_dependencies:
- poetry
files: ^(|.*/)pyproject\.toml$
- id: pipenv-lock
name: pipenv lock
description: Lock the from the Pipfile file