Fix PyCharm issues

This commit is contained in:
Ayaz Salikhov
2022-03-16 16:47:30 +02:00
parent 25add573f9
commit 812c713a64
19 changed files with 57 additions and 45 deletions

View File

@@ -97,6 +97,6 @@ linkcheck_ignore = [
linkcheck_allowed_redirects = {
r"https://results\.pre-commit\.ci/latest/github/jupyter/docker-stacks/master": r"https://results\.pre-commit\.ci/run/github/.*", # Latest master CI build
r"https://github\.com/jupyter/docker-stacks/issues/new.*": r"https://github\.com/login.*", # Github wants user to be logon to use this features
r"https://github\.com/jupyter/docker-stacks/issues/new.*": r"https://github\.com/login.*", # GitHub wants user to be logon to use this features
r"https://github\.com/orgs/jupyter/teams/docker-image-maintainers/members": r"https://github\.com/login.*",
}