Skip to content

Commit

Permalink
FIX #106 - Update isort to 5.0.0 to fix conflicts with black
Browse files Browse the repository at this point in the history
  • Loading branch information
Galileo-Galilei committed Oct 30, 2020
1 parent 08f0645 commit a0f5aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ repos:
hooks:
- id: black
language_version: python3.7
- repo: https://github.com/asottile/seed-isort-config
rev: v2.1.1
hooks:
- id: seed-isort-config
args: [--exclude=kedro_mlflow/template/project/run.py]
- repo: https://github.com/timothycrosley/isort
rev: e762d48fce82492b9c092653fc2f5cbf00197dcc
rev: 5.6.4
hooks:
- id: isort
- repo: https://gitlab.com/pycqa/flake8
Expand Down
2 changes: 1 addition & 1 deletion requirements/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pytest-lazy-fixture>=0.6.0, <1.0.0
pytest-mock>=3.1.0, <4.0.0
flake8>=3.0.0, <4.0.0
black==19.10b0 # pin black version because it is not compatible with a pip range (because of non semver version number)
isort>=4.0.0, <5.0.0
isort>=5.0.0, <6.0.0

0 comments on commit a0f5aa3

Please sign in to comment.