Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 7, 2020
1 parent 1e0e566 commit 612700c
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
Expand Up @@ -6,8 +6,8 @@ repos:
- id: black
language_version: python3.8

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.6.4
- repo: https://github.com/PyCQA/isort
rev: 5.6.4
hooks:
- id: isort
additional_dependencies: [toml]
Expand All @@ -19,7 +19,7 @@ repos:
language_version: python3.8

- repo: https://github.com/econchick/interrogate
rev: 1.3.1
rev: 1.3.2
hooks:
- id: interrogate
args: [tests]
Expand Down

0 comments on commit 612700c

Please sign in to comment.