Blame .pep8speaks.yml

Packit Service afaf57
# Repository configuration for pep8speaks GitHup App
Packit Service afaf57
Packit Service afaf57
scanner:
Packit Service afaf57
    linter: pycodestyle
Packit Service afaf57
Packit Service afaf57
pycodestyle:  # Same as scanner.linter value. Other option is flake8
Packit Service afaf57
    max-line-length: 99  # Default is 79 in PEP 8