Files
not-python-rust/tools
Alek Ratzloff f7d863abb5 Suppress pylint warnings in tools/genast.py
These were getting annoying. I've disabled these warnings:

* missing-function-docstring
* missing-class-docstring
* missing-module-docstring
* line-too-long

and also squashed an explicit `open()` encoding warning.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-10-16 10:10:06 -07:00
..