X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=meson.build;h=85d16122bee0af3abb797a65312e304f18b98fe9;hb=2ded4a80352dfbbd17b35ae0eafcbdc62243d574;hp=488230e8fc43eaa5e78051d1f6722f97414e6253;hpb=6049b67f1e1cf00da8e0e913b8adc81a7b16bb87;p=tinc diff --git a/meson.build b/meson.build index 488230e8..85d16122 100644 --- a/meson.build +++ b/meson.build @@ -139,6 +139,12 @@ if os_name == 'linux' and not opt_systemd.disabled() endif run_target('reformat', command: [ - find_program('python3'), - '@SOURCE_ROOT@/reformat.py', + python, + '@SOURCE_ROOT@/lint.py', + '--fix', +]) + +run_target('lint', command: [ + python, + '@SOURCE_ROOT@/lint.py', ])