Skip to content

Commit

Permalink
MAINT: remove uv.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 16, 2024
1 parent 092837b commit cc881e2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1,094 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
- epic/*
paths:
- .pre-commit-config.yaml
- uv.lock
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ prof/
*venv/
.tox/
pyvenv*/
uv.lock

# Settings
.idea/
Expand Down
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ci:
skip:
- mypy
- pyright
- uv-lock

repos:
- repo: meta
Expand Down Expand Up @@ -100,8 +99,3 @@ repos:
rev: v1.1.384
hooks:
- id: pyright

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.4.22
hooks:
- id: uv-lock
Loading

0 comments on commit cc881e2

Please sign in to comment.