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.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0)
- [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0)
- [github.com/pre-commit/mirrors-mypy: v0.931 → v0.950](pre-commit/mirrors-mypy@v0.931...v0.950)
- [github.com/asottile/pyupgrade: v2.31.0 → v2.32.1](asottile/pyupgrade@v2.31.0...v2.32.1)
- [github.com/PyCQA/doc8: 0.10.1 → 0.11.2](PyCQA/doc8@0.10.1...0.11.2)
  • Loading branch information
pre-commit-ci[bot] authored May 23, 2022
1 parent b9d8cfa commit 985950c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: "22.1.0"
rev: "22.3.0"
hooks:
- id: black

Expand All @@ -25,18 +25,18 @@ repos:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.931"
rev: "v0.950"
hooks:
- id: mypy
files: ^sphinx_github_changelog/
args: ["--ignore-missing-imports", "--scripts-are-modules"]

- repo: https://github.com/asottile/pyupgrade
rev: "v2.31.0"
rev: "v2.32.1"
hooks:
- id: pyupgrade

- repo: https://github.com/PyCQA/doc8
rev: "0.10.1"
rev: "0.11.2"
hooks:
- id: doc8

0 comments on commit 985950c

Please sign in to comment.