parent
d96bf11b12
commit
8de9a5b6da
2 changed files with 1 additions and 19 deletions
|
|
@ -22,24 +22,6 @@ disable = [
|
||||||
|
|
||||||
load-plugins = "pylint.extensions.docparams"
|
load-plugins = "pylint.extensions.docparams"
|
||||||
|
|
||||||
[tool.pydocstyle]
|
|
||||||
inherit = false
|
|
||||||
match = "[^test_].*\\.py"
|
|
||||||
ignore = [
|
|
||||||
"D100", # docstring in public module
|
|
||||||
"D101", # Missing docstring in public class (covered by pylint)
|
|
||||||
"D104", # docstring in public package
|
|
||||||
"D107", # docstring in init
|
|
||||||
"D200", # One-line should fit on one line
|
|
||||||
"D203", # 1 blank line before class docstring
|
|
||||||
"D205", # 1 blank line between summary and description
|
|
||||||
"D212", # Multi-line should start at first line
|
|
||||||
"D400", # Should end with a period
|
|
||||||
"D401", # Return vs Returns
|
|
||||||
"D413", # Missing blank line after last section
|
|
||||||
"D415", # Should end with a period
|
|
||||||
]
|
|
||||||
|
|
||||||
[tool.coverage.run]
|
[tool.coverage.run]
|
||||||
include = [
|
include = [
|
||||||
"src/*"
|
"src/*"
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ package_dir =
|
||||||
packages=find:
|
packages=find:
|
||||||
|
|
||||||
install_requires =
|
install_requires =
|
||||||
yt-dlp==2023.11.16
|
yt-dlp==2023.12.30
|
||||||
argparse==1.4.0
|
argparse==1.4.0
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
mergedeep==1.3.4
|
mergedeep==1.3.4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue