Skip to content

Commit 9ac08a2

Browse files
chore(merge): sspencerwire:add_tags->main
Add tagging to docs
2 parents a23845c + c9fb432 commit 9ac08a2

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ plugins:
7171
- redirects:
7272
redirect_maps:
7373
'guides/add_mirror_manager.md': 'guides/mirror_management/add_mirror_manager.md'
74+
- tags
7475

7576
extra:
7677
alternate:

0 commit comments

Comments
 (0)