Skip to content

Commit

Permalink
[neophile] Update dependencies
Browse files Browse the repository at this point in the history
- Update pre-commit/pre-commit-hooks pre-commit hook from v3.2.0 to v3.4.0
- Update PyCQA/isort pre-commit hook from 5.5.4 to 5.7.0
  • Loading branch information
sqrbot committed Feb 22, 2021
1 parent 7caa79c commit a2e49cf
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,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v3.4.0
hooks:
- id: trailing-whitespace
- id: check-yaml
Expand All @@ -9,7 +9,7 @@ repos:
- id: check-json

- repo: https://github.com/PyCQA/isort
rev: 5.5.4
rev: 5.7.0
hooks:
- id: isort
additional_dependencies:
Expand Down

0 comments on commit a2e49cf

Please sign in to comment.