Skip to content

Commit e31adf2

Browse files
authored
chore: use 2x faster black mirror (#124)
* chore: use 2x faster black mirror * Update pyproject.toml
1 parent 8c542ea commit e31adf2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autofix_commit_msg: "style: pre-commit fixes"
44

55
repos:
6-
- repo: https://github.com/psf/black
6+
- repo: https://github.com/psf/black-pre-commit-mirror
77
rev: 23.7.0
88
hooks:
99
- id: black-jupyter

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,7 @@ flake8-unused-arguments.ignore-variadic-names = true
180180
[tool.ruff.per-file-ignores]
181181
"src/repo_review/_compat/**.py" = ["TID251"]
182182
"src/**/__main__.py" = ["T20"]
183+
184+
185+
[tool.repo-review]
186+
ignore = ["PC110"]

0 commit comments

Comments
 (0)