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 @@ -22,7 +22,7 @@ before_install:
2222
2323install :
2424 - pip install --upgrade pip setuptools
25- - pip install black flake8 isort
25+ - pip install black==19.10b0 flake8==3.8.3 isort==5.5.2
2626 # Install ansible for automated deployment
2727 - sudo apt-get --quiet update
2828 - sudo apt-get --yes install software-properties-common
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