Skip to content

Commit 805df41

Browse files
authored
fix: blacken docs renamed (#269)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 713094f commit 805df41

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
hooks:
1212
- id: black-jupyter
1313

14-
- repo: https://github.com/asottile/blacken-docs
14+
- repo: https://github.com/adamchainz/blacken-docs
1515
rev: "1.16.0"
1616
hooks:
1717
- id: blacken-docs

src/sp_repo_review/checks/precommit.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ class PC110(PreCommit):
5353
class PC111(PreCommit):
5454
"Uses blacken-docs"
5555
requires = {"PY006", "PC110"}
56-
repo = "https://github.com/asottile/blacken-docs"
56+
repo = "https://github.com/adamchainz/blacken-docs"
57+
renamed = "https://github.com/asottile/blacken-docs"
5758

5859

5960
class PC190(PreCommit):

0 commit comments

Comments
 (0)