Skip to content

Commit 1c43dcd

Browse files
egeakmanhugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 8ef76e2 commit 1c43dcd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ repos:
44
hooks:
55
- id: sphinx-lint
66

7-
- repo: https://github.com/psf/black
7+
- repo: https://github.com/psf/black-pre-commit-mirror
88
rev: 23.9.1
99
hooks:
1010
- id: black
1111

1212
- repo: https://github.com/pre-commit/pre-commit-hooks
1313
rev: v4.4.0
1414
hooks:
15+
- id: check-case-conflict
16+
- id: check-merge-conflict
17+
- id: check-yaml
1518
- id: end-of-file-fixer
1619
- id: trailing-whitespace

0 commit comments

Comments
 (0)