From f24f0b12a321428415220d943b2a5bfdca84aab2 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 2 Apr 2025 17:38:06 -0400 Subject: [PATCH] revert python comments :( --- .github/workflows/cleanup-pr-action.yml | 13 ------------- users/alice/home/doom/packages.el | 6 +++--- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 .github/workflows/cleanup-pr-action.yml diff --git a/.github/workflows/cleanup-pr-action.yml b/.github/workflows/cleanup-pr-action.yml deleted file mode 100644 index 7ff4606..0000000 --- a/.github/workflows/cleanup-pr-action.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: delete branch on close pr -on: - pull_request: - types: [closed] - -jobs: - delete-branch: - runs-on: ubuntu-latest - steps: - - name: delete branch - uses: SvanBoxel/delete-merged-branch@main - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN_FOR_PRS }} diff --git a/users/alice/home/doom/packages.el b/users/alice/home/doom/packages.el index a8c623b..9ada232 100644 --- a/users/alice/home/doom/packages.el +++ b/users/alice/home/doom/packages.el @@ -81,9 +81,9 @@ (package! pacdiff.el :recipe (:host github :repo "fbrosda/pacdiff.el" :files ("pacdiff.el" "README.org" "LICENSE"))) -(package! python-docstring-mode - :recipe (:host github :repo "glyph/python-docstring-mode" :files ("python-docstring.el" "docstring_wrap.py"))) +;;(package! python-docstring-mode +;; :recipe (:host github :repo "glyph/python-docstring-mode" :files ("python-docstring.el" "docstring_wrap.py"))) -(package! sphinx-doc) +;;(package! sphinx-doc) ;; https://github.com/glyph/python-docstring-mode.git