We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9448a95 commit fdb8d8dCopy full SHA for fdb8d8d
.pre-commit-config.yaml
@@ -6,18 +6,26 @@ repos:
6
rev: v2.4.0
7
hooks:
8
- id: check-added-large-files
9
+ - id: check-ast
10
- id: check-byte-order-marker
11
- id: check-case-conflict
12
- id: check-docstring-first
13
- id: check-executables-have-shebangs
14
- id: check-json
15
+ - id: check-merge-conflict
16
- id: check-symlinks
17
+ - id: check-toml
18
- id: check-vcs-permalinks
19
- id: check-yaml
20
- id: detect-private-key
21
- id: end-of-file-fixer
- - id: requirements-txt-fixer
22
- id: trailing-whitespace
23
+ - id: mixed-line-ending
24
+
25
+ - repo: https://github.com/domdfcoding/pre-commit-hooks
26
+ rev: v0.0.1
27
+ hooks:
28
+ - id: requirements-txt-sorter
29
30
- repo: https://github.com/pre-commit/pygrep-hooks
31
rev: v1.5.1
0 commit comments