Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 21.10b0 → 22.3.0](psf/black@21.10b0...22.3.0)
- [github.com/PyCQA/isort: 5.10.0 → 5.10.1](PyCQA/isort@5.10.0...5.10.1)
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.2.0](pre-commit/pre-commit-hooks@v4.0.1...v4.2.0)
- [github.com/asottile/setup-cfg-fmt: v1.19.0 → v1.20.1](asottile/setup-cfg-fmt@v1.19.0...v1.20.1)
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.2.0](pre-commit/pre-commit-hooks@v4.0.1...v4.2.0)
- [github.com/PyCQA/pylint: v2.11.1 → v2.14.0-b1](pylint-dev/pylint@v2.11.1...v2.14.0-b1)
  • Loading branch information
pre-commit-ci[bot] committed May 16, 2022
1 parent e08fd30 commit 8eb0c58
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
@@ -1,28 +1,28 @@
repos:
- repo: https://github.com/psf/black
rev: '21.10b0'
rev: '22.3.0'
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: '5.10.0' # Use the revision sha / tag you want to point at
rev: '5.10.1' # Use the revision sha / tag you want to point at
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.0.1'
rev: 'v4.2.0'
hooks:
- id: check-added-large-files
- repo: https://github.com/asottile/setup-cfg-fmt
rev: 'v1.19.0'
rev: 'v1.20.1'
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1 # Use the ref you want to point at
rev: v4.2.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
- id: check-yaml
exclude: docs/mkdocs.yml
- repo: https://github.com/PyCQA/pylint
rev: 'v2.11.1'
rev: 'v2.14.0-b1'
hooks:
- id: pylint
name: pylint
Expand Down

0 comments on commit 8eb0c58

Please sign in to comment.