Skip to content

Commit

Permalink
Drop pyflakes/pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Apr 1, 2024
1 parent 1f09719 commit 02d2864
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
PYTHON = python3
PYFLAKES = $(PYTHON) -m pyflakes
PEP8 = pep8
RUFF ?= $(PYTHON) -m ruff
SETUP = $(PYTHON) setup.py
TESTRUNNER ?= unittest
Expand Down Expand Up @@ -53,18 +51,9 @@ clean::
$(SETUP) clean --all
rm -f dulwich/*.so

flakes:
$(PYFLAKES) dulwich

pep8:
$(PEP8) dulwich

style:
$(RUFF) check .

before-push: check
git diff origin/master | $(PEP8) --diff

coverage:
$(COVERAGE) run -m unittest dulwich.tests.test_suite dulwich.contrib.test_suite

Expand Down

0 comments on commit 02d2864

Please sign in to comment.