Replace typography quotes (#1040)

fixes #1039
This commit is contained in:
Almad 2021-02-24 14:38:18 +01:00 committed by GitHub
parent a32ad344dd
commit 8f83bfe767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ addopts = --tb=native --doctest-modules
exclude = .git,.idea,__pycache__,build,dist,.pytest_cache,*.egg-info
# <http://pycodestyle.pycqa.org/en/latest/intro.html#error-codes>
# E241 - multiple spaces after ,
# E241 - multiple spaces after ','
# E501 - line too long
# W503 - line break before binary operator
ignore = E241,E501,W503