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: v3.3.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.3.0...v4.0.1)
- [github.com/mgedmin/check-manifest: 0.46 → 0.47](mgedmin/check-manifest@0.46...0.47)
- [github.com/pycqa/isort: 5.8.0 → 5.9.3](PyCQA/isort@5.8.0...5.9.3)
- [github.com/psf/black: 20.8b1 → 21.9b0](psf/black@20.8b1...21.9b0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.4 → 3.9.2](PyCQA/flake8@3.8.4...3.9.2)
- [github.com/pre-commit/mirrors-mypy: v0.790 → v0.910](pre-commit/mirrors-mypy@v0.790...v0.910)
- [github.com/asottile/setup-cfg-fmt: v1.16.0 → v1.17.0](asottile/setup-cfg-fmt@v1.16.0...v1.17.0)
  • Loading branch information
pre-commit-ci[bot] committed Sep 27, 2021
1 parent ec4a439 commit 070a499
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,43 +11,43 @@ exclude: >
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v4.0.1
hooks:
- id: check-json
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/mgedmin/check-manifest
rev: "0.46"
rev: "0.47"
hooks:
- id: check-manifest
args: [--no-build-isolation]
additional_dependencies: [setuptools>=46.4.0]

- repo: https://github.com/pycqa/isort
rev: 5.8.0
rev: 5.9.3
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.9b0
hooks:
- id: black

- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear==21.3.1]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.790
rev: v0.910
hooks:
- id: mypy
additional_dependencies: [attrs]

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.16.0
rev: v1.17.0
hooks:
- id: setup-cfg-fmt

0 comments on commit 070a499

Please sign in to comment.