summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-05-26 11:10:58 +0200
committerGitHub <noreply@github.com>2022-05-26 11:10:58 +0200
commitcfc5391fee0af2ee4ceb36b8b0d759060a86da76 (patch)
treef2ce03db09652ac40745b3be6f76d242438842e6 /.pre-commit-config.yaml
parent0f73bb6fc0347c27dcd2d9086f5f60403a9387c5 (diff)
downloadpylint-git-cfc5391fee0af2ee4ceb36b8b0d759060a86da76.tar.gz
[pre-commit.ci] pre-commit autoupdate (#6631)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/myint/rstcheck: v5.0.0 → v6.0.0rc1](https://github.com/myint/rstcheck/compare/v5.0.0...v6.0.0rc1) * Make rstcheck compatible with 6.0.0 * Update .pre-commit-config.yaml Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index cf80483b8..45300bc25 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -80,13 +80,14 @@ repos:
language: system
types: [text]
files: ^(ChangeLog|doc/whatsnew/\d+\.\d+\.rst)
- - repo: https://github.com/myint/rstcheck
- rev: "v5.0.0"
+ - repo: https://github.com/rstcheck/rstcheck
+ rev: "v6.0.0rc2"
hooks:
- id: rstcheck
- args: ["--ignore-roles=func,class,mod", "--report=warning"]
+ args: ["--report-level=warning"]
types: [text] # necessary to include ChangeLog file
files: ^(ChangeLog|doc/(.*/)*.*\.rst)
+ additional_dependencies: [Sphinx==4.5.0]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.950
hooks: