Compare commits

..

No commits in common. "4e594b37b5bf08140c1cd18847ae77948e4f1fc3" and "d76d667bfcc1fcae3437bf9624d093a480bdf654" have entirely different histories.

View file

@ -10,7 +10,3 @@ ignore =
E402 E402
# Line too long # Line too long
E501 E501
# Newline before a binary operator
W503
# Newline after a binary operator
W504