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

Commit

Permalink
chore(linting): pre-commit autoupdate (#220)
Browse files Browse the repository at this point in the history
updates:
- [github.com/igorshubovych/markdownlint-cli: v0.32.2 → v0.33.0](igorshubovych/markdownlint-cli@v0.32.2...v0.33.0)
- [github.com/PyCQA/pydocstyle: 6.1.1 → 6.2.3](PyCQA/pydocstyle@6.1.1...6.2.3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 9, 2023
1 parent 7955e5d commit 818cc22
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 @@ -50,7 +50,7 @@ repos:
exclude: "test_*"
args: ["-iii", "-ll", "-s=B308,B703"]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.2
rev: v0.33.0
hooks:
- id: markdownlint
args:
Expand All @@ -62,7 +62,7 @@ repos:
- id: docformatter
args: [--in-place]
- repo: https://github.com/PyCQA/pydocstyle
rev: 6.1.1
rev: 6.2.3
hooks:
- id: pydocstyle
exclude: "test*|examples*"
Expand Down

0 comments on commit 818cc22

Please sign in to comment.