Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'fork' command for forking packages managed in Git #1566

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dmach
Copy link
Contributor

@dmach dmach commented May 14, 2024

No description provided.

@pep8speaks
Copy link

Hello @dmach! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 35:121: E501 line too long (143 > 120 characters)
Line 56:121: E501 line too long (156 > 120 characters)

Line 32:121: E501 line too long (140 > 120 characters)

import http.client
import json
import re
from typing import Optional

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'Optional' is not used.
import json
import re
from typing import Optional
from typing import Tuple

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'Tuple' is not used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants