Skip to content

Commit cbede18

Browse files
committed
Update skel 2021-04-01
1 parent f281fcd commit cbede18

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ test:
2121

2222
.PHONY: format
2323
format:
24-
python -m isort --recursive -y $(SOURCES)
25-
python -m black $(SOURCES)
24+
python -m ufmt format $(SOURCES)
2625

2726
.PHONY: lint
2827
lint:
29-
python -m isort --recursive --diff $(SOURCES)
30-
python -m black --check $(SOURCES)
28+
python -m ufmt check $(SOURCES)
3129
python -m flake8 $(SOURCES)
3230
mypy --strict dowsing
3331

requirements-dev.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
black==19.10b0
1+
black==20.8b1
22
coverage==4.5.4
33
flake8==3.7.9
4-
isort==4.3.21
54
mypy==0.750
65
tox==3.14.1
76
twine==3.1.1
7+
ufmt==1.1
8+
usort==0.6.3
89
volatile==2.1.0
910
wheel==0.33.6

0 commit comments

Comments
 (0)