Skip to content

Commit 4bbafdc

Browse files
committed
No self
1 parent 1a49a19 commit 4bbafdc

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install dependencies
4646
run: |
4747
python -m pip install --upgrade pip
48-
pip install pytest dist/*.whl -r requirements_dev.txt pytest-md pytest-emoji
48+
pip install dist/*.whl -r requirements_dev.txt pytest-md pytest-emoji
4949
- name: Run pytest
5050
uses: pavelzw/pytest-action@b09a85cd1831cbaae76125fcae4a1e4b137ef026 # v2.1.3
5151
with:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ repos:
3737
hooks:
3838
- id: uv-lock
3939
- id: uv-export
40-
args: [--all-groups, -q, -o, requirements_dev.txt, --no-hashes]
41-
files: uv.lock|pyproject.toml
40+
args: [--all-groups, -q, -o, requirements_dev.txt, --no-hashes, --no-emit-project]
41+
files: uv.lock|pyproject.toml|.pre-commit-config.yaml

requirements_dev.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv export --all-groups -o requirements_dev.txt --no-hashes
3-
-e .
2+
# uv export --all-groups -o requirements_dev.txt --no-hashes --no-emit-project
43
alabaster==0.7.16
54
# via sphinx
65
annotated-types==0.7.0

0 commit comments

Comments
 (0)