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/asottile/pyupgrade: v2.32.0 → v2.32.1](asottile/pyupgrade@v2.32.0...v2.32.1)
- [github.com/PyCQA/doc8: 0.11.1 → 0.11.2](PyCQA/doc8@0.11.1...0.11.2)
- [github.com/sirosen/check-jsonschema: 0.14.3 → 0.16.0](python-jsonschema/check-jsonschema@0.14.3...0.16.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 6, 2022
1 parent 12c7f04 commit 1d8fee3
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 @@ -22,7 +22,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v2.32.0
rev: v2.32.1
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -40,7 +40,7 @@ repos:
args: [--profile=black]

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

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

0 comments on commit 1d8fee3

Please sign in to comment.