build
dist
venv
-**/__pycache__
\ No newline at end of file
+**/__pycache__
- package-ecosystem: "pip"
directory: "/"
schedule:
- interval: weekly
\ No newline at end of file
+ interval: weekly
- "dependencies"
template: |
## What's Changed
- $CHANGES
\ No newline at end of file
+ $CHANGES
title: Auto-update pre-commit hooks
commit-message: Auto-update pre-commit hooks
body: |
- Update versions of tools in pre-commit
+ Update versions of tools in pre-commit
configs to latest version
- labels: dependencies
\ No newline at end of file
+ labels: dependencies
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": ["--config=${workspaceFolder}/setup.cfg"],
"python.linting.mypyEnabled": false,
-}
\ No newline at end of file
+}
include README.rst
include LICENSE.md
graft music_assistant
-recursive-exclude * *.py[co]
\ No newline at end of file
+recursive-exclude * *.py[co]
def __post_serialize__(self, d: Dict[Any, Any]) -> Dict[Any, Any]:
"""Exclude internal fields from dict."""
+ # pylint: disable=invalid-name,no-self-use
d.pop("path")
d.pop("details")
return d
unidecode>=1.0,<=1.3.4
ujson>=4.0,<=5.1.0
mashumaro>=3.0,<=3.1
-tinytag>=1.6,<=1.8.1
\ No newline at end of file
+tinytag>=1.6,<=1.8.1
ignored-classes=_CountingAttr
[pylint.format]
-expected-line-ending-format=LF
\ No newline at end of file
+expected-line-ending-format=LF