Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add adfgvx_cipher.py #3841
Add adfgvx_cipher.py #3841
Conversation
|
Some checks are failing. The problems seems to be incompatibility between flake8 and black, namely flake8 is not allowing whitespace before ':' but black adds the white space whenever I run the corresponding command. Can anyone please guide me on how to fix the conflict. |
|
That is strange. What are the commands that you use for |
|
I am using flake8 as linter in vscode and running |
|
I tried to reproduce this issue. By running black and then flake8, (the commands you specified above) both commands exited with |
|
This looks like an issue with the pre-commit system itself. |
|
Try to reproduce the issue locally by running black, then pep8, and |
|
I dont know what the issue was but I reinstalled flake8 and black and it seems to be working now. I will make a new pull request now. Thanks for the help. Hope I didnt waste your time. |
|
In this case, exceptions are preferred over |
|
Thanks for the input. I have done the suggested edits. |
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}.