Skip to content

Commit

Permalink
Merge pull request #62 from lsst-sqre/u/neophile
Browse files Browse the repository at this point in the history
[neophile] Update dependencies
  • Loading branch information
rra committed Mar 22, 2021
2 parents 8f05413 + 0d225ae commit 774d529
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,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.8.0
hooks:
- id: isort
additional_dependencies:
Expand All @@ -21,6 +21,6 @@ repos:
- id: black

- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
rev: 3.9.0
hooks:
- id: flake8

0 comments on commit 774d529

Please sign in to comment.