accountant-ui/grunt-config/flake8.js

8 lines
83 B
JavaScript

'use strict';
module.exports = {
src: [
'accountant/**/*.py'
]
};