[[]]
= 'flake8'
= ['**/*.py']
= [
'python3',
'flake8_linter.py',
'--binary=flake8',
'--',
'@{{PATHSFILE}}'
]
[[]]
= 'rustfmt'
= ['**/*.rs']
= [
'python3',
'rustfmt_linter.py',
'--binary=rustfmt',
'--config-path=rustfmt.toml',
'--',
'@{{PATHSFILE}}'
]