https://github.com/ischaojie/flaked
flaked add mako file's python code checker (even more) base on flake8
https://github.com/ischaojie/flaked
checker flake8 mako
Last synced: 10 months ago
JSON representation
flaked add mako file's python code checker (even more) base on flake8
- Host: GitHub
- URL: https://github.com/ischaojie/flaked
- Owner: ischaojie
- License: mit
- Created: 2022-03-17T07:33:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T15:15:12.000Z (almost 4 years ago)
- Last Synced: 2025-03-15T01:44:01.935Z (10 months ago)
- Topics: checker, flake8, mako
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flaked
`flaked` 构建于 `flake8` 之上,增加了对 `mako` 文件中 python 代码的检查,以及某些实用的功能。
## 快速开始
```shell
> pip install flaked
> flaked
```
由于 `flaked` 是在 `flake8` 之上的封装,所以使用方式与 `flake8` 如出一辙。
## Change Log
- v0.1.0: 增加对 `mako` 文件的基础检查。
- v0.2.0: 增加 `flaked-shire` 插件(for douban), 检查 shire 老代码。