File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ sudo apt install -y libgdal-dev gdal-bin
55pip install --upgrade pip
66pip install --user -r requirements.txt
77git config --local include.path ../.gitconfig
8+ pre-commit install
Original file line number Diff line number Diff line change 1+ repos :
2+ - repo : https://github.com/psf/black
3+ rev : 23.1.0
4+ hooks :
5+ - id : black
6+ - id : black-jupyter
7+ - repo : https://github.com/nbQA-dev/nbQA
8+ rev : 1.6.3
9+ hooks :
10+ - id : nbqa-ruff
11+ additional_dependencies : [ruff==0.0.256]
12+ - repo : https://github.com/charliermarsh/ruff-pre-commit
13+ rev : v0.0.256
14+ hooks :
15+ - id : ruff
16+ args : [--exit-non-zero-on-fix]
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ nbformat==5.7.3
88pandas == 1.5.3
99pandas-datareader == 0.10.0
1010plotly == 5.13.1
11+ pre-commit == 3.2.0
1112pyarrow == 11.0.0
1213pynytimes == 0.9.0
1314textblob == 0.17.1
You can’t perform that action at this time.
0 commit comments