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-08-16 07:27:57 +0200
committerGitHub <noreply@github.com>2022-08-16 07:27:57 +0200
commit32a1b8109b1efc6fd25c279d0ec55851bf2684a4 (patch)
tree93969945754bdd419273235d05082537dcfb1dfd /.pre-commit-config.yaml
parent18a2d4e15a7be8d458a2adc9891c26704daed5bd (diff)
downloadpylint-git-32a1b8109b1efc6fd25c279d0ec55851bf2684a4.tar.gz
[pre-commit.ci] pre-commit autoupdate (#7310)
updates: - [github.com/rstcheck/rstcheck: v6.0.0.post1 → v6.1.0](https://github.com/rstcheck/rstcheck/compare/v6.0.0.post1...v6.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8646a7fe8..98fb2ccc4 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -93,7 +93,7 @@ repos:
files: ^(doc/whatsnew/fragments)
exclude: doc/whatsnew/fragments/_.*.rst
- repo: https://github.com/rstcheck/rstcheck
- rev: "v6.0.0.post1"
+ rev: "v6.1.0"
hooks:
- id: rstcheck
args: ["--report-level=warning"]