Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: S. Co1 <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and sco1 authored Nov 7, 2024
1 parent 6051e2a commit 26ecbd6
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up uv
run: curl -LsSf https://astral.sh/uv/0.4.18/install.sh | sh
run: curl -LsSf https://astral.sh/uv/0.4.30/install.sh | sh

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ repos:
- id: python-check-blanket-type-ignore
- id: python-use-type-annotations
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.2
hooks:
- id: ruff
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dev-dependencies = [
"flake8-annotations~=3.1",
"isort~=5.13",
"mypy~=1.11",
"pre-commit~=3.8",
"pre-commit~=4.0",
"ruff~=0.6",
]

Expand Down
Loading

0 comments on commit 26ecbd6

Please sign in to comment.