ricolin | e884f12 | 2024-11-01 16:28:13 +0800 | [diff] [blame] | 1 | repos: |
2 | - repo: https://github.com/pre-commit/pre-commit-hooks | ||||
3 | rev: v4.3.0 | ||||
4 | hooks: | ||||
5 | - id: end-of-file-fixer | ||||
6 | - id: trailing-whitespace | ||||
7 | - repo: https://github.com/pycqa/flake8 | ||||
8 | rev: 7.0.0 | ||||
9 | hooks: | ||||
10 | - id: flake8 | ||||
11 | args: [--max-line-length=79] |