File tree Expand file tree Collapse file tree 4 files changed +148
-135
lines changed
Expand file tree Collapse file tree 4 files changed +148
-135
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.11.9
3+ rev : v0.11.11
44 hooks :
55 - id : ruff-format
6- - id : ruff
6+ - id : ruff-check
77 - repo : https://github.com/executablebooks/mdformat
88 rev : 0.7.22
99 hooks :
3737 - id : mixed-line-ending
3838 args :
3939 - --fix=auto
40- # - id: name-tests-test
40+ - id : name-tests-test
4141 - id : trailing-whitespace
4242 args :
4343 - --markdown-linebreak-ext=md
Original file line number Diff line number Diff line change @@ -34,21 +34,20 @@ classifiers = [
3434 " Typing :: Typed"
3535]
3636dependencies = [
37- " click < 8.2.0" ,
3837 " comicfn2dict >= 0.2.5" ,
3938 " esak >= 2.0.0" ,
4039 " lxml >= 5.4.0" ,
4140 " mokkari >= 3.10.0" ,
4241 " natsort >= 8.4.0" ,
4342 " pillow >= 11.2.1" ,
44- " pydantic >= 2.11.4 " ,
45- " pydantic-xml >= 2.16 .0" ,
43+ " pydantic >= 2.11.5 " ,
44+ " pydantic-xml >= 2.17 .0" ,
4645 " rarfile >= 4.2" ,
4746 " rich >= 14.0.0" ,
4847 " simyan >= 1.4.0" ,
4948 " tomli >= 2.2.1 ; python_version < '3.11'" ,
5049 " tomli-w >= 1.2.0" ,
51- " typer >= 0.15.3 "
50+ " typer >= 0.15.4 "
5251]
5352description = " Unify and organize your comic collection."
5453dynamic = [" version" ]
File renamed without changes.
You can’t perform that action at this time.
0 commit comments