Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Apr 23, 2020
1 parent 5e1ca6a commit 2579774
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
# formatters

- repo: https://github.com/asottile/reorder_python_imports
rev: v2.1.0
rev: v2.2.0
hooks:
- id: reorder-python-imports

Expand All @@ -27,7 +27,7 @@ repos:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v2.1.0
rev: v2.2.1
hooks:
- id: pyupgrade
stages: [push]
Expand Down Expand Up @@ -69,7 +69,7 @@ repos:
stages: [push]

- repo: https://github.com/adrienverge/yamllint
rev: v1.21.0
rev: v1.23.0
hooks:
- id: yamllint
args: ["--strict", "-d", "{rules: {line-length: {max: 180}}}"]
Expand Down
26 changes: 13 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2579774

Please sign in to comment.