Skip to content

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKaNu committed Dec 2, 2024
1 parent 4014309 commit cdb6427
Show file tree
Hide file tree
Showing 7 changed files with 1,199 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
Expand Up @@ -30,4 +30,3 @@ may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

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 @@ -114,4 +114,3 @@ skip_empty = true
[tool.coverage.run]
branch = true
source = ["semver_check"]

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

Large diffs are not rendered by default.

0 comments on commit cdb6427

Please sign in to comment.