We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a23845c + c9fb432 commit 9ac08a2Copy full SHA for 9ac08a2
2 files changed
.pre-commit-config.yaml
@@ -0,0 +1,11 @@
1
+# See https://pre-commit.com for more information
2
+# See https://pre-commit.com/hooks.html for more hooks
3
+repos:
4
+- repo: https://github.com/pre-commit/pre-commit-hooks
5
+ rev: v3.2.0
6
+ hooks:
7
+ - id: trailing-whitespace
8
+ - id: end-of-file-fixer
9
+ - id: check-yaml
10
+ args: [--unsafe]
11
+ - id: check-added-large-files
mkdocs.yml
@@ -71,6 +71,7 @@ plugins:
71
- redirects:
72
redirect_maps:
73
'guides/add_mirror_manager.md': 'guides/mirror_management/add_mirror_manager.md'
74
+ - tags
75
76
extra:
77
alternate:
0 commit comments