Merge branch 'main' of https://code.glowers.club/goyimnose/Medios-Macina
This commit is contained in:
17
.style.yapf
17
.style.yapf
@@ -1,17 +0,0 @@
|
|||||||
[style]
|
|
||||||
based_on_style = pep8
|
|
||||||
column_limit = 88
|
|
||||||
indent_width = 4
|
|
||||||
|
|
||||||
# Prefer splitting complex or comma-separated argument lists into one-per-line
|
|
||||||
split_all_comma_separated_values = true
|
|
||||||
split_before_first_argument = true
|
|
||||||
split_arguments_when_comma_terminated = true
|
|
||||||
split_before_named_assigns = true
|
|
||||||
allow_split_before_default_or_named_assigns = true
|
|
||||||
|
|
||||||
# Make dictionaries and dict literals easier to read
|
|
||||||
each_dict_entry_on_separate_line = true
|
|
||||||
force_multiline_dict = true
|
|
||||||
|
|
||||||
dedent_closing_brackets = true
|
|
||||||
90
.yapfignore
90
.yapfignore
@@ -1,90 +0,0 @@
|
|||||||
# .yapfignore - keep YAPF from formatting files that are ignored by git
|
|
||||||
# Generated from the project's .gitignore. Update .gitignore and re-run
|
|
||||||
# the formatter setup if you need to change ignored paths.
|
|
||||||
|
|
||||||
__pycache__/
|
|
||||||
*.py[cod]
|
|
||||||
*$py.class
|
|
||||||
config.conf
|
|
||||||
config.d/
|
|
||||||
*.so
|
|
||||||
.Python
|
|
||||||
build/
|
|
||||||
develop-eggs/
|
|
||||||
dist/
|
|
||||||
downloads/
|
|
||||||
eggs/
|
|
||||||
.eggs/
|
|
||||||
lib/
|
|
||||||
lib64/
|
|
||||||
parts/
|
|
||||||
sdist/
|
|
||||||
var/
|
|
||||||
wheels/
|
|
||||||
share/python-wheels/
|
|
||||||
*.egg-info/
|
|
||||||
.installed.cfg
|
|
||||||
*.egg
|
|
||||||
MANIFEST
|
|
||||||
test_*
|
|
||||||
*.manifest
|
|
||||||
*.spec
|
|
||||||
cookies.txt
|
|
||||||
pip-log.txt
|
|
||||||
pip-delete-this-directory.txt
|
|
||||||
backup/
|
|
||||||
|
|
||||||
# Coverage / test artifacts
|
|
||||||
htmlcov/
|
|
||||||
.tox/
|
|
||||||
.nox/
|
|
||||||
.coverage
|
|
||||||
.coverage.*
|
|
||||||
.cache
|
|
||||||
nosetests.xml
|
|
||||||
coverage.xml
|
|
||||||
*.cover
|
|
||||||
*.py,cover
|
|
||||||
.hypothesis/
|
|
||||||
.pytest_cache/
|
|
||||||
cover/
|
|
||||||
|
|
||||||
# Docs / build
|
|
||||||
docs/_build/
|
|
||||||
|
|
||||||
# Notebooks
|
|
||||||
.ipynb_checkpoints
|
|
||||||
|
|
||||||
# Virtualenvs / environments
|
|
||||||
.env
|
|
||||||
.venv
|
|
||||||
env/
|
|
||||||
venv/
|
|
||||||
ENV/
|
|
||||||
env.bak/
|
|
||||||
venv.bak/
|
|
||||||
__pypackages__/
|
|
||||||
|
|
||||||
# IDE / editor
|
|
||||||
.spyderproject
|
|
||||||
.spyproject
|
|
||||||
.vscode/
|
|
||||||
.idea/
|
|
||||||
|
|
||||||
# Type/checker caches
|
|
||||||
.mypy_cache/
|
|
||||||
.dmypy.json
|
|
||||||
dmypy.json
|
|
||||||
.pyre/
|
|
||||||
.pytype/
|
|
||||||
|
|
||||||
# Misc build and distribution
|
|
||||||
cython_debug/
|
|
||||||
MPV/ffmpeg/*
|
|
||||||
Log/
|
|
||||||
Log/medeia_macina/telegram.session
|
|
||||||
*.session
|
|
||||||
example.py
|
|
||||||
test*
|
|
||||||
MPV/portable_config/watch_later*
|
|
||||||
hydrusnetwork
|
|
||||||
Reference in New Issue
Block a user