Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
annotate tox.ini @ 31:c6f4df1b0897
WS
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 21 Apr 2026 10:45:51 +0200 |
| parents | c5fa8ee08059 |
| children | db1bc740a201 |
| rev | line source |
|---|---|
|
29
c5fa8ee08059
Put a flake8 configuration into the new file "tox.ini".
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1 # -*- coding: utf-8 -*- |
|
c5fa8ee08059
Put a flake8 configuration into the new file "tox.ini".
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
2 |
|
c5fa8ee08059
Put a flake8 configuration into the new file "tox.ini".
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
3 [flake8] |
|
c5fa8ee08059
Put a flake8 configuration into the new file "tox.ini".
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
4 per-file-ignores = |
|
c5fa8ee08059
Put a flake8 configuration into the new file "tox.ini".
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
5 # E122: continuation line missing indentation or outdented |
|
c5fa8ee08059
Put a flake8 configuration into the new file "tox.ini".
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
6 # E131: continuation line unaligned for hanging indent |
|
c5fa8ee08059
Put a flake8 configuration into the new file "tox.ini".
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
7 # E261: at least two spaces before inline comment |
|
c5fa8ee08059
Put a flake8 configuration into the new file "tox.ini".
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
8 # E265: block comment should start with '# ' |
|
c5fa8ee08059
Put a flake8 configuration into the new file "tox.ini".
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
9 # E501: line too long |
|
c5fa8ee08059
Put a flake8 configuration into the new file "tox.ini".
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
10 pygments_lexer_pseudocode2/fr_pseudocode.py:E122,E131,E261,E265,E501 |
