File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ before_install:
1818
1919install :
2020 - pip install --upgrade pip setuptools
21- - pip install black flake8 isort
21+ - pip install black==19.10b0 flake8==3.8.3 isort==5.5.2
2222
2323script :
2424 - black --check mapswipe_workers
Original file line number Diff line number Diff line change @@ -30,4 +30,7 @@ Use [pre-commit](https://pre-commit.com/) to run `black` and `flake8` prior to a
3030pre-commit install
3131```
3232
33- From now on ` black ` and ` flake8 ` should run automatically whenever ` git commit ` is executed.
33+ From now on ` black ` , ` flake8 ` and ` isort ` should run automatically whenever ` git commit ` is executed.
34+
35+ When running those tools manually please make sure the right version is used. The version can be looked up in ` .pre-commit-config.yaml ` .
36+ To update to newer version please make sure to change version numbers in ` .pre-commit-config.yaml ` , ` .travis.yml ` and ` requirements.txt ` .
You can’t perform that action at this time.
0 commit comments