Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: git config --global user.name 'Github Actions'
- run: git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
version: "latest"
- run: >-
Expand Down
20 changes: 10 additions & 10 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
- id: pyproject-fmt
name: pyproject-fmt
description: ''
entry: pyproject-fmt
language: python
'files': (^|/)pyproject\.toml$
args: []
require_serial: false
additional_dependencies: []
minimum_pre_commit_version: '0'
- id: pyproject-fmt
name: pyproject-fmt
description: ""
entry: pyproject-fmt
language: python
"files": (^|/)pyproject\.toml$
args: []
require_serial: false
additional_dependencies: []
minimum_pre_commit_version: "0"
Loading