Pagure is now expecting three more arguments to specify from which project a pull request is opened with API: repo_from, repo_from_username and repo_from_namespace.
Libpagure receives them as a dictionary and converts them into a string.
The second commit are the changes black made on all the libpagure.py file. Now both black and flake8 pass.
Pagure is now expecting three more arguments to specify from which project a pull request is opened with API:
repo_from,repo_from_usernameandrepo_from_namespace.Libpagure receives them as a dictionary and converts them into a string.
The second commit are the changes black made on all the libpagure.py file. Now both black and flake8 pass.