ast: mark visitor and preprocessor as mypy safe

They already are warning free
pull/12683/head
Dylan Baker 1 year ago committed by Eli Schwartz
parent 5cd1147354
commit 25fa0e9721
  1. 2
      run_mypy.py

@ -25,6 +25,8 @@ modules = [
# specific files
'mesonbuild/ast/printer.py',
'mesonbuild/ast/postprocess.py',
'mesonbuild/ast/visitor.py',
'mesonbuild/arglist.py',
'mesonbuild/backend/backends.py',
'mesonbuild/backend/nonebackend.py',

Loading…
Cancel
Save