diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5f90466..09aa717 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,6 @@ repos: rev: v5.0.0 hooks: - id: check-added-large-files - - id: check-docstring-first - id: check-executables-have-shebangs - id: check-merge-conflict - id: check-shebang-scripts-are-executable diff --git a/pyproject.toml b/pyproject.toml index 803eca9..1f23665 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lima-plugin" -version = "1.4.0" +version = "1.5.0" description = "Xbar and Swiftbar plugin to control lima" authors = ["Joe Block "] license = "Apache 2.0"