forked from wendlers/micropython-mfrc522
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.pre-commit-config.yaml
55 lines (48 loc) · 1.21 KB
/
.pre-commit-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: check-added-large-files
- id: check-ast
- id: fix-byte-order-marker
- id: check-byte-order-marker
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-json
- id: check-toml
- id: check-yaml
- id: check-merge-conflict
- id: check-symlinks
- id: check-vcs-permalinks
- id: detect-private-key
- id: trailing-whitespace
- id: mixed-line-ending
- id: end-of-file-fixer
- repo: https://github.com/domdfcoding/pre-commit-hooks
rev: v0.2.1
hooks:
- id: requirements-txt-sorter
args:
- --allow-git
- id: check-docstring-first
- repo: https://github.com/domdfcoding/flake2lint
rev: v0.4.1
hooks:
- id: flake2lint
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.8.0
hooks:
- id: python-no-eval
- id: rst-backticks
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10
hooks:
- id: remove-crlf
- id: forbid-crlf
- repo: https://github.com/repo-helper/formate
rev: v0.4.9
hooks:
- id: formate