Skip to content

Commit 6210ed1

Browse files
authored
Merge pull request #34 from stefanofusai/pre-commit-ci-update-config
2 parents 23b9230 + 4c1931c commit 6210ed1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up uv
2929
uses: astral-sh/[email protected]
3030
with:
31-
version: 0.5.6
31+
version: 0.5.13
3232
- name: Build package
3333
run: uv build
3434
- name: Publish package

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
- -d
4747
- "{extends: default, rules: {comments: {min-spaces-from-content: 1}, document-start: {present: false}, line-length: disable}}"
4848
- repo: https://github.com/google/yamlfmt
49-
rev: v0.13.0
49+
rev: v0.14.0
5050
hooks:
5151
- id: yamlfmt
5252
args:
@@ -60,19 +60,19 @@ repos:
6060
additional_dependencies:
6161
- djangorestframework-stubs[compatible-mypy]==3.15.2
6262
- repo: https://github.com/asottile/pyupgrade
63-
rev: v3.18.0
63+
rev: v3.19.1
6464
hooks:
6565
- id: pyupgrade
6666
- repo: https://github.com/astral-sh/ruff-pre-commit
67-
rev: v0.8.2
67+
rev: v0.8.4
6868
hooks:
6969
- id: ruff
7070
args:
7171
- --fix
7272
- id: ruff-format
7373
# Dependency management
7474
- repo: https://github.com/astral-sh/uv-pre-commit
75-
rev: 0.5.6
75+
rev: 0.5.13
7676
hooks:
7777
- id: uv-lock
7878
args:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Handle multiple serializers for the same view in Django Rest Framework.
44

5-
This package uses [uv](https://docs.astral.sh/uv/) for project management. To get started, ensure that **uv** is installed on your machine and updated to the `0.5.6` version. Detailed installation instructions for **uv** can be found [here](https://docs.astral.sh/uv/getting-started/installation/).
5+
This package uses [uv](https://docs.astral.sh/uv/) for project management. To get started, ensure that **uv** is installed on your machine and updated to the `0.5.13` version. Detailed installation instructions for **uv** can be found [here](https://docs.astral.sh/uv/getting-started/installation/).
66

77
## Installation
88

0 commit comments

Comments
 (0)