Skip to content

Commit

Permalink
Bump dependencies (#283)
Browse files Browse the repository at this point in the history
- pre-commit-uv to 4.1.3
- pyproject-fmt to 2.2.4
- ruff to 0.6.8
  • Loading branch information
edgarrmondragon authored Sep 27, 2024
1 parent 6c474e5 commit 3945fa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ copier==9.3.1
hatch==1.12.0
nox==2024.4.15
pre-commit==3.8.0
pre-commit-uv==4.1.1
pre-commit-uv==4.1.3
4 changes: 2 additions & 2 deletions src/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.2.1
rev: 2.2.4
hooks:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.6.8
hooks:
- id: ruff
name: Ruff lint
Expand Down

0 comments on commit 3945fa5

Please sign in to comment.