Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyabsk committed May 17, 2019
1 parent 86ec6cb commit ede9c2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/asottile/seed-isort-config
rev: v1.7.0
rev: v1.9.0
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.15
rev: v4.3.20
hooks:
- id: isort
additional_dependencies: ['toml']
Expand All @@ -14,7 +14,7 @@ repos:
- id: black
language_version: python3.6
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
rev: v2.2.3
hooks:
- id: flake8
- repo: local
Expand Down

0 comments on commit ede9c2c

Please sign in to comment.