summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2022-11-25 13:36:04 +0000
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2022-12-30 02:57:24 +0000
commitfea8ae9f9ffdabb15d81cbca5636f7ab82fa419c (patch)
treed3da2459e2d8b628e20c87fafbe6354e49f039fd /.pre-commit-config.yaml
parent90db7b641d0d671e979e87c218f8895a50e684b9 (diff)
downloadpip-fea8ae9f9ffdabb15d81cbca5636f7ab82fa419c.tar.gz
Enable managing RTD redirects in-tree
This is designed as a script and a data file (in YAML format), and meant to manage the RTD redirects with a version controlled file. This makes it possible for pull requests to this repository to update the redirects for this project's documentation (eg: for better error urls) and for this evolution to be tracked as a part of version control history.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 20a85438c..a49016eed 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -52,6 +52,7 @@ repos:
'types-setuptools==57.4.14',
'types-freezegun==1.1.9',
'types-six==1.16.15',
+ 'types-pyyaml==6.0.12.2',
]
- repo: https://github.com/pre-commit/pygrep-hooks