I have created a pull request it was beginner issue. what majorly went wrong was after the pull request 2 github checks were failed I am a bit confused how to debug.
Help would be appreciated
Thanks
I have created a pull request it was beginner issue. what majorly went wrong was after the pull request 2 github checks were failed I am a bit confused how to debug.
Help would be appreciated
Thanks
This is the PR for others curious: Ticket_36737 solved the escpae C1 control sequence by farthestmage · Pull Request #20183 · django/django · GitHub
@farthestmage flake8 is complaining about the format of your Python source; flake8 is a tool that makes sure we all use consistent formatting. You can fix it up automatically by using another tool called “Black”.
For more information, it’s all discussed here
Coding style | Django documentation | Django