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

Commit 2579774

Browse files
committed
update dependencies
1 parent 5e1ca6a commit 2579774

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
# formatters
1212

1313
- repo: https://github.com/asottile/reorder_python_imports
14-
rev: v2.1.0
14+
rev: v2.2.0
1515
hooks:
1616
- id: reorder-python-imports
1717

@@ -27,7 +27,7 @@ repos:
2727
- id: black
2828

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v2.1.0
30+
rev: v2.2.1
3131
hooks:
3232
- id: pyupgrade
3333
stages: [push]
@@ -69,7 +69,7 @@ repos:
6969
stages: [push]
7070

7171
- repo: https://github.com/adrienverge/yamllint
72-
rev: v1.21.0
72+
rev: v1.23.0
7373
hooks:
7474
- id: yamllint
7575
args: ["--strict", "-d", "{rules: {line-length: {max: 180}}}"]

poetry.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)