Skip to content

Commit fd80113

Browse files
committed
fix(lint): update darker version and README
1 parent eef217a commit fd80113

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ through black. You can do that with the following command (using the same
9898
virtual environment as above):
9999

100100
```sh
101-
black <file>
101+
env/bin/black <file>
102102
```
103103

104104
# COVIDcast

requirements.lint.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Keep versions in sync with cmu-delphi/covidcast-indicators
2-
darker[flynt]~=1.7.2
2+
darker[isort]~=2.1.1
33
invoke>=1.4.1
4-
isort==5.12.0
54
lint_diffs==0.1.22
65
pylint==2.8.3
76
requests

0 commit comments

Comments
 (0)