Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-autopep8: v1.6.0 → v1.7.0](pre-commit/mirrors-autopep8@v1.6.0...v1.7.0)
- [github.com/myint/rstcheck: v6.0.0.post1 → v6.1.0](rstcheck/rstcheck@v6.0.0.post1...v6.1.0)
  • Loading branch information
pre-commit-ci[bot] committed Aug 15, 2022
1 parent 7d009a5 commit 92754a9
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
Expand Up @@ -20,7 +20,7 @@ repos:
language_version: python3
additional_dependencies: [flake8-typing-imports==1.9.0]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.6.0
rev: v1.7.0
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/isort
Expand All @@ -45,6 +45,6 @@ repos:
additional_dependencies: [pygments, restructuredtext_lint]
# This can deal with sphinx directives
- repo: https://github.com/myint/rstcheck
rev: v6.0.0.post1 # Use the sha / tag you want to point at
rev: v6.1.0 # Use the sha / tag you want to point at
hooks:
- id: rstcheck

0 comments on commit 92754a9

Please sign in to comment.