Skip to content

Commit

Permalink
Remove unused YAPF configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
akx authored and gentooboontoo committed Nov 22, 2023
1 parent b1e6cec commit b7a6944
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 229 deletions.
226 changes: 0 additions & 226 deletions .style.yapf

This file was deleted.

3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ clean:
lint:
$(RUFF) $(PROJECT_NAME)

fix:
$(VENV)/bin/yapf -p -i pygal/**/*.py

check:
$(PYTEST) $(PROJECT_NAME) $(PYTEST_ARGS) --cov-report= --cov=pygal

Expand Down

0 comments on commit b7a6944

Please sign in to comment.