Skip to content

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Tonsen committed Oct 17, 2024
1 parent 56203f8 commit 5c23b88
Show file tree
Hide file tree
Showing 7 changed files with 1,145 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-python-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
uses: astral-sh/setup-uv@v2
with:
version: ${{ inputs.uv-version }}
enable-cache: 'true'
enable-cache: "true"
cache-suffix: ${{ matrix.python-version }}

- name: Install Python dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- name: Check typing
run: uv run mypy


- name: Upload coverage reports to Codecov with GitHub Action on Python 3.11
uses: codecov/codecov-action@v4
if: ${{ matrix.python-version == '3.11' }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/on-release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
branches: [main]

jobs:

deploy-docs:
runs-on: ubuntu-latest
steps:
Expand All @@ -18,4 +17,3 @@ jobs:

- name: Deploy documentation
run: uv run mkdocs gh-deploy --force

1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ To enable the code coverage reports, see [here](https://fpgmaas.github.io/cookie

## Releasing a new version



---

Repository initiated with [fpgmaas/cookiecutter-uv](https://github.com/fpgmaas/cookiecutter-uv).
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,3 @@ skip_empty = true
[tool.coverage.run]
branch = true
source = ["pupil_labs"]

1,144 changes: 1,144 additions & 0 deletions uv.lock

Large diffs are not rendered by default.

0 comments on commit 5c23b88

Please sign in to comment.