fa/tox.ini
Ari Archer 94221dbfb1
Switch to fasm, fix type checking... (read more)
- Switch to `fasm` assembler
- Fix the `name.fa` example
- Anotate `name.fa` example even more
- Add a check for no code
- Start line nunbers from `1` and not `0`
- Fix type checking for `sys`
- Fix type checking for `drop`
- Fix operators in type checking
- Add a check for orphaned items on the stack
- Switch to 160 being the max-line-length

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-06-26 04:32:35 +03:00

5 lines
68 B
INI

[flake8]
max-line-length = 160
[pycodestyle]
max-line-length = 160