Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
madig committed Jun 17, 2019
1 parent c59b99c commit f6fa241
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ repos:
- id: black
language_version: python3
- repo: https://github.com/asottile/blacken-docs
rev: v0.5.0
rev: v1.0.0-1
hooks:
- id: blacken-docs
additional_dependencies: [black==19.3b0]
- repo: https://github.com/asottile/pyupgrade
rev: v1.17.1
rev: v1.19.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
hooks:
Expand All @@ -22,6 +23,8 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- id: fix-encoding-pragma
args: ["--remove"]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.7
hooks:
Expand Down

0 comments on commit f6fa241

Please sign in to comment.