Skip to content

Commit

Permalink
Fix isort/black conflict
Browse files Browse the repository at this point in the history
Refs:
    - PyCQA/isort#1518

	modified:   .pre-commit-config.yaml
  • Loading branch information
tallamjr committed Feb 18, 2022
1 parent 2322cf4 commit 459e9d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ repos:
- id: flake8
args: ["--max-line-length=131", "--ignore=F401,E221,E501,E203,E731,W503,W605"]
exclude: sbin
# - repo: https://github.com/pycqa/isort
# rev: 5.10.1
# hooks:
# - id: isort
# name: isort (python)
- repo: https://github.com/pycqa/isort
rev: 5.5.4
hooks:
- id: isort
args: ["--profile", "black"]
# - repo: https://github.com/pre-commit/mirrors-mypy
# hooks:
# - id: mypy

0 comments on commit 459e9d9

Please sign in to comment.