Skip to content

Commit fdb8d8d

Browse files
committed
Updated pre-commit hooks.
1 parent 9448a95 commit fdb8d8d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,26 @@ repos:
66
rev: v2.4.0
77
hooks:
88
- id: check-added-large-files
9+
- id: check-ast
910
- id: check-byte-order-marker
1011
- id: check-case-conflict
1112
- id: check-docstring-first
1213
- id: check-executables-have-shebangs
1314
- id: check-json
15+
- id: check-merge-conflict
1416
- id: check-symlinks
17+
- id: check-toml
1518
- id: check-vcs-permalinks
1619
- id: check-yaml
1720
- id: detect-private-key
1821
- id: end-of-file-fixer
19-
- id: requirements-txt-fixer
2022
- 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
2129

2230
- repo: https://github.com/pre-commit/pygrep-hooks
2331
rev: v1.5.1

0 commit comments

Comments
 (0)