Skip to content

Commit 8fa5fe3

Browse files
author
matthias_schaub
committed
Merge branch 'dev' into continuous_deployment
2 parents 62dc231 + 9c0dc8b commit 8fa5fe3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222

2323
install:
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

docs/source/contributing.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ Use [pre-commit](https://pre-commit.com/) to run `black` and `flake8` prior to a
3030
pre-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`.

0 commit comments

Comments
 (0)