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.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0)
- [github.com/psf/black: 22.1.0 → 22.10.0](psf/black@22.1.0...22.10.0)
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
- [github.com/pre-commit/mirrors-mypy: v0.931 → v0.982](pre-commit/mirrors-mypy@v0.931...v0.982)
- [github.com/asottile/pyupgrade: v2.31.0 → v3.2.0](asottile/pyupgrade@v2.31.0...v3.2.0)
- [github.com/PyCQA/doc8: 0.10.1 → v1.0.0](PyCQA/doc8@0.10.1...v1.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 31, 2022
1 parent b9d8cfa commit 076fc45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.3.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.10.0"
hooks:
- id: black

Expand All @@ -20,23 +20,23 @@ repos:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: "4.0.1"
rev: "5.0.4"
hooks:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.931"
rev: "v0.982"
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: "v3.2.0"
hooks:
- id: pyupgrade

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

0 comments on commit 076fc45

Please sign in to comment.