File tree Expand file tree Collapse file tree 5 files changed +76
-136
lines changed Expand file tree Collapse file tree 5 files changed +76
-136
lines changed Original file line number Diff line number Diff line change 88 types : [opened, reopened, synchronize]
99
1010env :
11- UV_VERSION : " 0.4.26 "
11+ UV_VERSION : " 0.4.27 "
1212 DEFAULT_PYTHON_VERSION : " 3.12"
1313
1414concurrency :
Original file line number Diff line number Diff line change 66 - master
77
88env :
9- UV_VERSION : " 0.4.26 "
9+ UV_VERSION : " 0.4.27 "
1010 DEFAULT_PYTHON_VERSION : " 3.12"
1111
1212jobs :
Original file line number Diff line number Diff line change 77 - id : end-of-file-fixer
88 - id : trailing-whitespace
99 - repo : https://github.com/astral-sh/ruff-pre-commit
10- rev : v0.7.0
10+ rev : v0.7.1
1111 hooks :
1212 - id : ruff
1313 args : [ --fix ]
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies = [
3434 " matplotlib~=3.9.2" ,
3535 " shapely~=2.0.6" ,
3636 " cytriangle~=1.0.3" ,
37- " rich[jupyter]~=13.9.1 " ,
37+ " rich[jupyter]~=13.9.3 " ,
3838 " more-itertools~=10.5.0" ,
3939]
4040
@@ -63,27 +63,26 @@ pardiso = [
6363[tool .uv ]
6464dev-dependencies = [
6565 # linting & code formatting
66- " ruff==0.7.0 " ,
66+ " ruff==0.7.1 " ,
6767 # type checking
6868 " pyright==1.1.386" ,
6969 # testing
7070 " pytest==8.3.3" ,
7171 " pytest-benchmark[histogram]==4.0.0" ,
7272 " pytest-check==2.4.1" ,
73- " coverage[toml]==7.6.1 " ,
73+ " coverage[toml]==7.6.4 " ,
7474 # docs
7575 " furo==2024.8.6" ,
76- " sphinx==8.0.2 " ,
76+ " sphinx==8.1.3 " ,
7777 " notebook==7.2.2" ,
7878 " ipykernel==6.29.5" ,
79- " ipython==8.28 .0" ,
79+ " ipython==8.29 .0" ,
8080 " nbsphinx==0.9.5" ,
8181 " nbconvert==7.16.4" ,
8282 " sphinx-copybutton==0.5.2" ,
8383 " sphinxext-opengraph==0.9.1" ,
8484 # pre-commit
8585 " pre-commit==4.0.1" ,
86- " pre-commit-hooks==5.0.0" ,
8786]
8887
8988[tool .pyright ]
You can’t perform that action at this time.
0 commit comments