We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7aad2e4 + cbede18 commit a5adf3bCopy full SHA for a5adf3b
Makefile
@@ -21,13 +21,11 @@ test:
21
22
.PHONY: format
23
format:
24
- python -m usort format $(SOURCES)
25
- python -m black $(SOURCES)
+ python -m ufmt format $(SOURCES)
26
27
.PHONY: lint
28
lint:
29
- python -m usort check $(SOURCES)
30
- python -m black --check $(SOURCES)
+ python -m ufmt check $(SOURCES)
31
python -m flake8 $(SOURCES)
32
mypy --strict dowsing
33
requirements-dev.txt
@@ -1,11 +1,12 @@
1
-black==19.10b0
+black==20.8b1
2
click==7.1.2
3
coverage==4.5.4
4
flake8==3.7.9
5
mypy==0.750
6
tox==3.14.1
7
twine==3.1.1
8
-usort==0.6.2
+ufmt==1.1
9
+usort==0.6.3
10
volatile==2.1.0
11
wheel==0.33.6
12
honesty==0.3.0a1
0 commit comments