Skip to content

Commit

Permalink
🐍 Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinHock committed Sep 12, 2019
1 parent 2f2c123 commit 13e1a32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
rev: v2.3.0
hooks:
- id: check-builtin-literals
args: ['--no-allow-dict-kwargs']
Expand All @@ -13,15 +13,15 @@ repos:
exclude: ^test_data/
- id: trailing-whitespace
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.3.4
rev: v1.6.1
hooks:
- id: reorder-python-imports
language_version: python3
- repo: https://github.com/asottile/add-trailing-comma
rev: v0.7.1
rev: v1.4.1
hooks:
- id: add-trailing-comma
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.4.3
rev: v1.4.4
hooks:
- id: autopep8

0 comments on commit 13e1a32

Please sign in to comment.