Skip to content

Commit 58c357c

Browse files
authored
Merge pull request #51 from stefanofusai/pre-commit-ci-update-config
2 parents 41594a1 + 5f4591d commit 58c357c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up uv
2929
uses: astral-sh/setup-uv@v5.1.0
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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,27 @@ 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:
5353
- -formatter
5454
- eof_newline=true
5555
# Specific checks and fixes for Python files
5656
- repo: https://github.com/asottile/pyupgrade
57-
rev: v3.18.0
57+
rev: v3.19.1
5858
hooks:
5959
- id: pyupgrade
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.8.2
61+
rev: v0.8.4
6262
hooks:
6363
- id: ruff
6464
args:
6565
- --fix
6666
- id: ruff-format
6767
# Dependency management
6868
- repo: https://github.com/astral-sh/uv-pre-commit
69-
rev: 0.5.6
69+
rev: 0.5.13
7070
hooks:
7171
- id: uv-lock
7272
args:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Handle views caching 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)