diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5eebdbb..8e43234 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: trailing-whitespace - id: check-case-conflict - id: check-merge-conflict - - id: no-commit-to-branch # main + master default protected from direct commit + #- id: no-commit-to-branch # main + master default protected from direct commit - repo: https://github.com/psf/black rev: 22.10.0 hooks: diff --git a/pyproject.toml b/pyproject.toml index 9f072f2..cd20261 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spot_sync" -version = "1.0.4" +version = "1.0.5" description = "A schedulable, configurable CLI downloader for Spotify accounts" authors = ["JBH "] license = "MIT"