Merge pull request 'revert python comments :(' (#79) from feature/pr-cleanup into main
Some checks failed
Check Nix flake / Perform Nix flake checks (push) Successful in 11m4s
Check flake.lock / Check health of `flake.lock` (push) Successful in 16s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m41s
Update flakes / update_lockfile (push) Failing after 25m15s
Some checks failed
Check Nix flake / Perform Nix flake checks (push) Successful in 11m4s
Check flake.lock / Check health of `flake.lock` (push) Successful in 16s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m41s
Update flakes / update_lockfile (push) Failing after 25m15s
Reviewed-on: #79
This commit is contained in:
commit
18eb9043be
13
.github/workflows/cleanup-pr-action.yml
vendored
13
.github/workflows/cleanup-pr-action.yml
vendored
@ -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 }}
|
|
@ -81,9 +81,9 @@
|
|||||||
(package! pacdiff.el
|
(package! pacdiff.el
|
||||||
:recipe (:host github :repo "fbrosda/pacdiff.el" :files ("pacdiff.el" "README.org" "LICENSE")))
|
:recipe (:host github :repo "fbrosda/pacdiff.el" :files ("pacdiff.el" "README.org" "LICENSE")))
|
||||||
|
|
||||||
(package! python-docstring-mode
|
;;(package! python-docstring-mode
|
||||||
:recipe (:host github :repo "glyph/python-docstring-mode" :files ("python-docstring.el" "docstring_wrap.py")))
|
;; :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
|
;; https://github.com/glyph/python-docstring-mode.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user