accountant-ui/grunt-config/flake8.js

8 lines
83 B
JavaScript
Raw Permalink Normal View History

2016-02-17 08:33:58 +01:00
'use strict';
2016-02-01 21:56:49 +01:00
module.exports = {
src: [
'accountant/**/*.py'
]
2016-02-17 08:33:58 +01:00
};