fix(pry): kill cli recursion, delete parser.tmp, fix broken completions, correct hallucinated docs
This commit is contained in:
parent
68f1690ede
commit
c6194ca444
5 changed files with 93 additions and 73 deletions
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
SHELL := /bin/bash
|
||||
PYTHON := python3
|
||||
|
||||
.PHONY: help install dev lint format typecheck test security check clean commit precommit ci
|
||||
.PHONY: help install dev lint format typecheck test security check clean precommit ci
|
||||
|
||||
help:
|
||||
@echo "Pry Makefile"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue