File tree 3 files changed +218
-217
lines changed
3 files changed +218
-217
lines changed Original file line number Diff line number Diff line change 3
3
4
4
repos :
5
5
- repo : https://github.com/psf/black
6
- rev : 24.10 .0
6
+ rev : 25.1 .0
7
7
hooks :
8
8
- id : black
9
9
- repo : https://github.com/pycqa/isort
10
- rev : 5.13.2
10
+ rev : 6.0.0
11
11
hooks :
12
12
- id : isort
13
13
name : isort
35
35
- id : python-check-blanket-type-ignore
36
36
- id : python-use-type-annotations
37
37
- repo : https://github.com/astral-sh/ruff-pre-commit
38
- rev : v0.8.6
38
+ rev : v0.9.4
39
39
hooks :
40
40
- id : ruff
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ maintainers = [
11
11
12
12
readme = " README.md"
13
13
classifiers = [
14
- " Development Status :: 4 - Beta " ,
14
+ " Development Status :: 5 - Production/Stable " ,
15
15
" Intended Audience :: Developers" ,
16
16
" License :: OSI Approved :: MIT License" ,
17
17
" Operating System :: OS Independent" ,
@@ -36,10 +36,10 @@ Changelog = "https://github.com/sco1/matplotlib-window/blob/main/CHANGELOG.md"
36
36
37
37
[tool .uv ]
38
38
dev-dependencies = [
39
- " black~=24.10 " ,
39
+ " black~=25.0 " ,
40
40
" flake8~=7.1" ,
41
41
" flake8-annotations~=3.1" ,
42
- " isort~=5.13 " ,
42
+ " isort~=6.0 " ,
43
43
" mypy~=1.11" ,
44
44
" pre-commit~=4.0" ,
45
45
" pytest~=8.3" ,
You can’t perform that action at this time.
0 commit comments