Debian linux repository
Find a file
Ben Hutchings a8db5e9fdf d/salsa-ci.yml: Ignore pycodestyle error E241
pycodestyle reports:

    debian/bin/gencontrol.py:615:29: E241 multiple spaces after ','
    debian/bin/gencontrol.py:616:29: E241 multiple spaces after ','
    debian/bin/gencontrol.py:617:27: E241 multiple spaces after ','
    debian/bin/gencontrol.py:618:28: E241 multiple spaces after ','

Using multiple spaces to align columns is perfectly valid, and flake8
(as we use in more recent branches) doesn't complain about this.  So
add this to the ignore list.
2025-08-17 14:17:58 +02:00
debian d/salsa-ci.yml: Ignore pycodestyle error E241 2025-08-17 14:17:58 +02:00