mirror of
https://github.com/ProtoThis/python-synology.git
synced 2026-01-16 15:09:03 +00:00
+ add login exceptions + add Black params + add official references creation-update dates + add login 2SA tests + remove useless "_sid" url prepend + remove _execute_get_url append_sid param + Require 2SA once, remember granted device ==> skip OTP checking + add device_token property to save connected device
22 lines
286 B
TOML
22 lines
286 B
TOML
[tool.black]
|
|
line-length = 88
|
|
target-version = ["py27", "py33", "py34", "py35", "py36", "py37", "py38"]
|
|
exclude = '''
|
|
|
|
(
|
|
/(
|
|
\.eggs
|
|
| \.git
|
|
| \.hg
|
|
| \.mypy_cache
|
|
| \.tox
|
|
| \.venv
|
|
| _build
|
|
| buck-out
|
|
| build
|
|
| dist
|
|
)/
|
|
| exceptions.py
|
|
)
|
|
'''
|