We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef217a commit fd80113Copy full SHA for fd80113
README.md
@@ -98,7 +98,7 @@ through black. You can do that with the following command (using the same
98
virtual environment as above):
99
100
```sh
101
-black <file>
+env/bin/black <file>
102
```
103
104
# COVIDcast
requirements.lint.txt
@@ -1,7 +1,6 @@
1
# Keep versions in sync with cmu-delphi/covidcast-indicators
2
-darker[flynt]~=1.7.2
+darker[isort]~=2.1.1
3
invoke>=1.4.1
4
-isort==5.12.0
5
lint_diffs==0.1.22
6
pylint==2.8.3
7
requests
0 commit comments