Skip to content

Commit b501877

Browse files
[pre-commit.ci] pre-commit autoupdate (#17)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.9...v0.11.4) * Bump deps --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: S. Co1 <[email protected]>
1 parent d8579b9 commit b501877

File tree

5 files changed

+276
-290
lines changed

5 files changed

+276
-290
lines changed

.github/workflows/lint_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Install uv
19-
uses: astral-sh/setup-uv@v3
19+
uses: astral-sh/setup-uv@v5
2020
with:
2121
version: "0.6.x"
2222
enable-cache: true
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646

4747
- name: Install uv
48-
uses: astral-sh/setup-uv@v3
48+
uses: astral-sh/setup-uv@v5
4949
with:
5050
version: "0.6.x"
5151
enable-cache: true

.github/workflows/pypi_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Install uv
22-
uses: astral-sh/setup-uv@v3
22+
uses: astral-sh/setup-uv@v5
2323
with:
2424
version: "0.6.x"
2525
enable-cache: true

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: isort
1313
name: isort
1414
- repo: https://github.com/pycqa/flake8
15-
rev: 7.1.2
15+
rev: 7.2.0
1616
hooks:
1717
- id: flake8
1818
additional_dependencies:
@@ -35,6 +35,6 @@ repos:
3535
- id: python-check-blanket-type-ignore
3636
- id: python-use-type-annotations
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.9.9
38+
rev: v0.11.4
3939
hooks:
4040
- id: ruff

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22
name = "matplotlib-window"
33
version = "1.1.0"
44
description = "Draggable data windowing for matplotlib plots"
5+
license = "MIT"
6+
license-files = ["LICENSE"]
57
authors = [
68
{name = "sco1", email = "[email protected]"}
79
]
8-
maintainers = [
9-
{name = "sco1", email = "[email protected]"}
10-
]
1110

1211
readme = "README.md"
1312
classifiers = [
1413
"Development Status :: 5 - Production/Stable",
1514
"Intended Audience :: Developers",
16-
"License :: OSI Approved :: MIT License",
1715
"Operating System :: OS Independent",
1816
"Programming Language :: Python :: 3 :: Only",
1917
"Programming Language :: Python :: 3.11",
@@ -30,7 +28,7 @@ dependencies = [
3028
[project.urls]
3129
Homepage = "https://github.com/sco1/"
3230
Documentation = "https://github.com/sco1/matplotlib-window/blob/main/README.md"
33-
Repository = "https://github.com/sco1/matplotlib-window"
31+
Repository = "https://github.com/sco1/matplotlib-window.git"
3432
Issues = "https://github.com/sco1/matplotlib-window/issues"
3533
Changelog = "https://github.com/sco1/matplotlib-window/blob/main/CHANGELOG.md"
3634

@@ -43,7 +41,6 @@ dev-dependencies = [
4341
"mypy~=1.11",
4442
"pre-commit~=4.0",
4543
"pytest~=8.3",
46-
"pytest-check~=2.4",
4744
"pytest-cov~=6.0",
4845
"pytest-randomly~=3.15",
4946
"ruff~=0.7",

0 commit comments

Comments
 (0)