File tree Expand file tree Collapse file tree 3 files changed +218
-217
lines changed
Expand file tree Collapse file tree 3 files changed +218
-217
lines changed Original file line number Diff line number Diff line change 33
44repos :
55 - repo : https://github.com/psf/black
6- rev : 24.10 .0
6+ rev : 25.1 .0
77 hooks :
88 - id : black
99 - repo : https://github.com/pycqa/isort
10- rev : 5.13.2
10+ rev : 6.0.0
1111 hooks :
1212 - id : isort
1313 name : isort
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.8.6
38+ rev : v0.9.4
3939 hooks :
4040 - id : ruff
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ maintainers = [
1111
1212readme = " README.md"
1313classifiers = [
14- " Development Status :: 4 - Beta " ,
14+ " Development Status :: 5 - Production/Stable " ,
1515 " Intended Audience :: Developers" ,
1616 " License :: OSI Approved :: MIT License" ,
1717 " Operating System :: OS Independent" ,
@@ -36,10 +36,10 @@ Changelog = "https://github.com/sco1/matplotlib-window/blob/main/CHANGELOG.md"
3636
3737[tool .uv ]
3838dev-dependencies = [
39- " black~=24.10 " ,
39+ " black~=25.0 " ,
4040 " flake8~=7.1" ,
4141 " flake8-annotations~=3.1" ,
42- " isort~=5.13 " ,
42+ " isort~=6.0 " ,
4343 " mypy~=1.11" ,
4444 " pre-commit~=4.0" ,
4545 " pytest~=8.3" ,
You can’t perform that action at this time.
0 commit comments