Skip to content

Commit

Permalink
update hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Aug 18, 2020
1 parent 2fb01a8 commit 5740597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
# isort should run before black as black sometimes tweaks the isort output
- repo: https://github.com/timothycrosley/isort
rev: 5.4.1
rev: 5.4.2
hooks:
- id: isort
name: Sort imports with isort
Expand All @@ -21,7 +21,7 @@ repos:
- id: requirements-txt-fixer

- repo: https://github.com/PyCQA/doc8
rev: 0.8.1rc3
rev: 0.9.0a0
hooks:
- id: doc8
name: Autoformat with doc8
Expand Down

0 comments on commit 5740597

Please sign in to comment.