accountant-ui/grunt-config/flake8.js
2016-02-17 08:33:58 +01:00

8 lines
83 B
JavaScript

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