Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
comparison tox.ini @ 33:db1bc740a201
FIX: ADD: Forgotten bases.py.
When renaming PseudocodeLexer2 there accidentally "LexBase" was introduced
also. This was too early.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 21 Apr 2026 12:33:17 +0200 |
| parents | c6f4df1b0897 |
| children | a4317957148b |
comparison
equal
deleted
inserted
replaced
| 32:eaa99d5c719a | 33:db1bc740a201 |
|---|---|
| 1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
| 2 | 2 |
| 3 [flake8] | 3 [flake8] |
| 4 per-file-ignores = | 4 per-file-ignores = |
| 5 # E122: continuation line missing indentation or outdented | |
| 6 pygments_lexer_pseudocode2/bases.py: E122 | |
| 5 # E122: continuation line missing indentation or outdented | 7 # E122: continuation line missing indentation or outdented |
| 6 # E131: continuation line unaligned for hanging indent | 8 # E131: continuation line unaligned for hanging indent |
| 7 # E261: at least two spaces before inline comment | 9 # E261: at least two spaces before inline comment |
| 8 # E265: block comment should start with '# ' | 10 # E265: block comment should start with '# ' |
| 9 # E501: line too long | 11 # E501: line too long |
