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/PyCQA/doc8: 0.11.1 → 0.11.2](PyCQA/doc8@0.11.1...0.11.2)
- [github.com/pre-commit/mirrors-eslint: v8.15.0 → v8.16.0](pre-commit/mirrors-eslint@v8.15.0...v8.16.0)
- [github.com/sirosen/check-jsonschema: 0.14.3 → 0.15.0](python-jsonschema/check-jsonschema@0.14.3...0.15.0)
  • Loading branch information
pre-commit-ci[bot] authored May 23, 2022
1 parent 6787dd1 commit 833aa85
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
Expand Up @@ -48,7 +48,7 @@ repos:
args: [--py37-plus]

- repo: https://github.com/PyCQA/doc8
rev: 0.11.1
rev: 0.11.2
hooks:
- id: doc8
args: [--max-line-length=200]
Expand All @@ -67,12 +67,12 @@ repos:
stages: [manual]

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.15.0
rev: v8.16.0
hooks:
- id: eslint

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.14.3
rev: 0.15.0
hooks:
- id: check-jsonschema
name: "Check GitHub Workflows"
Expand Down

0 comments on commit 833aa85

Please sign in to comment.