Merge branch 'develop' of https://github.com/StuffAnThings/qbit_manage into develop

* 'develop' of https://github.com/StuffAnThings/qbit_manage:
  [pre-commit.ci] pre-commit autoupdate
  Bump qbittorrent-api from 2023.6.49 to 2023.6.50
  Update config.yml.sample
This commit is contained in:
bobokun 2023-06-24 09:52:34 -04:00
commit c3a6355e41
No known key found for this signature in database
GPG key ID: B73932169607D927
3 changed files with 6 additions and 6 deletions

View file

@ -27,16 +27,16 @@ repos:
args: [--format, parsable, --strict]
exclude: ^.github/
- repo: https://github.com/lyz-code/yamlfix
rev: 1.10.0
rev: 1.11.0
hooks:
- id: yamlfix
exclude: ^.github/
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.9.0
rev: v3.10.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/asottile/pyupgrade
rev: v3.6.0
rev: v3.7.0
hooks:
- id: pyupgrade
args: [--py3-plus]

View file

@ -184,8 +184,8 @@ share_limits:
cleanup: false
# <OPTIONAL> resume_torrent_after_change <bool>: This variable will resume your torrent after changing share limits. Default is true
resume_torrent_after_change: true
# <OPTIONAL> add_group_to_tag <bool>: This adds your grouping as a tag with a suffix defined in settings . Default is true
# Example: A grouping defined as noHL will have a tag set to noHL.share_limit (if using the default suffix)
# <OPTIONAL> add_group_to_tag <bool>: This adds your grouping as a tag with a prefix defined in settings . Default is true
# Example: A grouping defined as noHL will have a tag set to ~share_limit.noHL (if using the default prefix)
add_group_to_tag: true
cross-seed:
priority: 2

View file

@ -1,6 +1,6 @@
bencodepy==0.9.5
GitPython==3.1.31
qbittorrent-api==2023.6.49
qbittorrent-api==2023.6.50
requests==2.31.0
retrying==1.3.4
ruamel.yaml==0.17.32