Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0)
- [github.com/myint/rstcheck: 3f92957478422df87bd730abde66f089cc1ee19b → v5.0.0](rstcheck/rstcheck@3f92957...v5.0.0)
  • Loading branch information
pre-commit-ci[bot] authored and sallner committed Apr 19, 2022
1 parent 158b1da commit 82aeacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down Expand Up @@ -44,7 +44,7 @@ repos:
language: python
additional_dependencies: [pygments, restructuredtext_lint]
- repo: https://github.com/myint/rstcheck
rev: '3f92957478422df87bd730abde66f089cc1ee19b'
rev: 'v5.0.0'
hooks:
- id: rstcheck
args: [--ignore-messages, Duplicate implicit target name ]

0 comments on commit 82aeacf

Please sign in to comment.