Skip to content

Commit

Permalink
limbo: add a webpki no-san testcase (#62)
Browse files Browse the repository at this point in the history
* limbo: add a webpki no-san testcase

Signed-off-by: William Woodruff <[email protected]>

* Use Ruff for formatting

Signed-off-by: William Woodruff <[email protected]>

---------

Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Nov 2, 2023
1 parent 63cf7fe commit ca07ede
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 188 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ dev: $(NEEDS_VENV)
.PHONY: lint
lint: $(NEEDS_VENV)
. $(VENV_BIN)/activate && \
black --check $(ALL_PY_SRCS) && \
ruff format --check $(ALL_PY_SRCS) && \
ruff $(ALL_PY_SRCS) && \
mypy $(PY_MODULE)

.PHONY: reformat
reformat: $(NEEDS_VENV)
. $(VENV_BIN)/activate && \
ruff --fix $(ALL_PY_SRCS) && \
black $(ALL_PY_SRCS)
ruff format $(ALL_PY_SRCS)

.PHONY: edit
edit:
Expand Down
Loading

0 comments on commit ca07ede

Please sign in to comment.