We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c542ea commit e31adf2Copy full SHA for e31adf2
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
autofix_commit_msg: "style: pre-commit fixes"
4
5
repos:
6
- - repo: https://github.com/psf/black
+ - repo: https://github.com/psf/black-pre-commit-mirror
7
rev: 23.7.0
8
hooks:
9
- id: black-jupyter
pyproject.toml
@@ -180,3 +180,7 @@ flake8-unused-arguments.ignore-variadic-names = true
180
[tool.ruff.per-file-ignores]
181
"src/repo_review/_compat/**.py" = ["TID251"]
182
"src/**/__main__.py" = ["T20"]
183
+
184
185
+[tool.repo-review]
186
+ignore = ["PC110"]
0 commit comments