Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#176)
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 84e5ccc commit c90cf89
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 161 deletions.
6 changes: 3 additions & 3 deletions .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.20/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 Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
fail-fast: false

env:
Expand All @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4

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

- name: Set up (release) Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi_release.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.20/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 @@ -27,7 +27,7 @@ repos:
- id: python-check-blanket-type-ignore
exclude: "test_type_ignore.py"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.2
hooks:
- id: ruff
- repo: local
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [

requires-python = ">=3.9"
dependencies = [
"attrs~=21.4",
"attrs~=24.0",
"flake8>=5.0",
]

Expand All @@ -56,7 +56,7 @@ dev-dependencies = [
"pre-commit~=4.0",
"pytest~=8.3",
"pytest-check~=2.4",
"pytest-cov~=5.0",
"pytest-cov~=6.0",
"pytest-randomly~=3.15",
"ruff~=0.6",
"tox~=4.18",
Expand Down
Loading

0 comments on commit c90cf89

Please sign in to comment.