Skip to content
This repository was archived by the owner on Dec 17, 2022. It is now read-only.

Commit 0219317

Browse files
committed
Remove requirement autopep8 as it hangs and is unnecessary
1 parent e2b1613 commit 0219317

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ clean:
1414
fmt:
1515
isort .
1616
black .
17-
autopep8 --in-place --aggressive --recursive .
1817

1918
install:
2019
pip install -U pip wheel

requirements/dev.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
autopep8
21
black
32
isort
43
mypy

0 commit comments

Comments
 (0)