Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
  • Loading branch information
techalchemy committed May 14, 2020
1 parent ec9238b commit bfc3472
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
repos:
- repo: https://github.com/ambv/black
rev: stable
- repo: https://github.com/psf/black
rev: 19.10b0
hooks:
- id: black
args: ["--target-version=py27", "--target-version=py37"]

language_version: python3.6
#- repo: https://github.com/pre-commit/pre-commit-hooks
#rev: v2.0.0
#hooks:
#- id: flake8

- repo: https://github.com/asottile/seed-isort-config
rev: v2.1.0
rev: v2.1.1
hooks:
- id: seed-isort-config
args: [
Expand All @@ -24,3 +23,7 @@ repos:
hooks:
- id: isort

- repo: https://github.com/myint/docformatter
rev: v1.3.1
hooks:
- id: docformatter

0 comments on commit bfc3472

Please sign in to comment.