Skip to content

Commit 650a938

Browse files
committed
Makefile: add autoformat
1 parent e6335e9 commit 650a938

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ dev: venv
1515
cs: venv
1616
.venv/bin/flake8 pytest_httpserver tests
1717

18+
autoformat: dev
19+
.venv/bin/autopep8 --in-place --recursive pytest_httpserver tests
20+
1821
mrproper: clean
1922
rm -rf dist
2023

0 commit comments

Comments
 (0)