File tree Expand file tree Collapse file tree 5 files changed +276
-290
lines changed
Expand file tree Collapse file tree 5 files changed +276
-290
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 22name = " matplotlib-window"
33version = " 1.1.0"
44description = " Draggable data windowing for matplotlib plots"
5+ license = " MIT"
6+ license-files = [" LICENSE" ]
57authors = [
68 {
name =
" sco1" ,
email =
" [email protected] " }
79]
8- maintainers = [
9- {
name =
" sco1" ,
email =
" [email protected] " }
10- ]
1110
1211readme = " README.md"
1312classifiers = [
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 ]
3129Homepage = " https://github.com/sco1/"
3230Documentation = " 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 "
3432Issues = " https://github.com/sco1/matplotlib-window/issues"
3533Changelog = " 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" ,
You can’t perform that action at this time.
0 commit comments