X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=meson.build;h=85d16122bee0af3abb797a65312e304f18b98fe9;hb=391985158c16f4a3894a798f6788cfb23dfcfea9;hp=488230e8fc43eaa5e78051d1f6722f97414e6253;hpb=9c577bd201009f14b4cb5d8540b6dc03246f6165;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', ])