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.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0)
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
- [github.com/myint/rstcheck: v5.0.0 → v6.0.0.post1](rstcheck/rstcheck@v5.0.0...v6.0.0.post1)
  • Loading branch information
pre-commit-ci[bot] committed Aug 9, 2022
1 parent f4190d6 commit cc9f769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -11,7 +11,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
language_version: python3
Expand Down Expand Up @@ -44,7 +44,7 @@ repos:
language: python
additional_dependencies: [pygments, restructuredtext_lint]
- repo: https://github.com/myint/rstcheck
rev: 'v5.0.0'
rev: 'v6.0.0.post1'
hooks:
- id: rstcheck
args: [--ignore-messages, Duplicate implicit target name ]

0 comments on commit cc9f769

Please sign in to comment.