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

Commit 76ec42c

Browse files
committed
update dependencies
1 parent 42b2245 commit 76ec42c

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515

1616
# formatters
1717
- repo: https://github.com/asottile/reorder_python_imports
18-
rev: v2.1.0
18+
rev: v2.2.0
1919
hooks:
2020
- id: reorder-python-imports
2121

@@ -25,7 +25,7 @@ repos:
2525
- id: black
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.1.0
28+
rev: v2.3.0
2929
hooks:
3030
- id: pyupgrade
3131
stages: [push]
@@ -65,7 +65,7 @@ repos:
6565
stages: [push]
6666

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

poetry.lock

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

0 commit comments

Comments
 (0)