---
title: "006"
description: "Setup ** for _"
date: 2020-06-06
published: false
tags:
  - git
  - python
  - cli
template: hot-tip
---

Setup **pre-commit** for _isort_

``` yaml
  - repo: https://github.com/asottile/seed-isort-config
    rev: v2.1.1
    hooks:
      - id: seed-isort-config
  - repo: https://github.com/pre-commit/mirrors-isort
    rev: v4.3.21
    hooks:
      - id: isort
```

_includes automatic_ .isort-config
