File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,8 +115,6 @@ plugins:
115115 # - docstring_inheritance.griffe
116116 allow_inspection : true
117117 docstring_style : google
118- docstring_options :
119- replace_admonitions : no
120118 show_root_heading : true
121119 show_root_toc_entry : false
122120 show_root_full_path : true
Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ packages = [
5353optional = true
5454
5555[tool .poetry .group .dev .dependencies ]
56- black = " 24 .*"
56+ black = " 25 .*"
5757blacken-docs = " 1.*"
5858pre-commit = " 4.*"
59- isort = " 5 .*"
59+ isort = " 6 .*"
6060codespell = " 2.*"
6161pyupgrade = " 3.*"
6262pylint = " 3.*"
@@ -75,7 +75,7 @@ mkdocs-coverage = "1.*"
7575mkdocs-autorefs = " 1.*"
7676livereload = " 2.*"
7777mike = " 2.*"
78- black = " 24 .*"
78+ black = " 25 .*"
7979docstring-inheritance = " 2.*"
8080
8181[tool .poetry .group .test ]
You can’t perform that action at this time.
0 commit comments