Skip to content

Commit 0949791

Browse files
authored
chore: add [async] extra to match repo-review 1.0 (#768)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 4d5289c commit 0949791

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
types_or: [text]
88
pass_filenames: false
99
minimum_pre_commit_version: 2.9.0
10-
additional_dependencies: ["repo-review[cli]"]
10+
additional_dependencies: ["repo-review[cli,async]"]

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,11 @@ cli = [
4444
pyproject = [
4545
"validate-pyproject-schema-store[all]",
4646
]
47+
async = [
48+
"repo-review[async]",
49+
]
4750
all = [
48-
"sp-repo-review[cli,pyproject]",
51+
"sp-repo-review[cli,pyproject,async]",
4952
]
5053

5154
[project.urls]

0 commit comments

Comments
 (0)