Skip to content

Commit

Permalink
[neophile] Update dependencies
Browse files Browse the repository at this point in the history
- Update frozen Python dependencies
- 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.6.4
  • Loading branch information
sqrbot committed Dec 21, 2020
1 parent 7caa79c commit a0f801f
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 184 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.6.4
hooks:
- id: isort
additional_dependencies:
Expand Down
Loading

0 comments on commit a0f801f

Please sign in to comment.