Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofusai committed Jul 26, 2024
2 parents ef603dd + 2407cc3 commit 89eb3c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ repos:
- id: pyupgrade

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.5.4
hooks:
- id: ruff
args: [--fix]
- id: ruff-format

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.2.13
rev: 0.2.27
hooks:
- id: pip-compile
args: [requirements.in, -o, requirements.txt]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pre-commit==3.7.1
# via -r requirements.in
pyyaml==6.0.1
# via pre-commit
ruff==0.5.1
ruff==0.5.4
# via -r requirements.in
sqlparse==0.5.0
# via django
Expand Down

0 comments on commit 89eb3c0

Please sign in to comment.