Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#687)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit: v2.15.0 → v2.16.0](pre-commit/pre-commit@v2.15.0...v2.16.0)
- [github.com/psf/black: 21.11b1 → 21.12b0](psf/black@21.11b1...21.12b0)
- [github.com/pre-commit/mirrors-prettier: v2.5.0 → v2.5.1](pre-commit/mirrors-prettier@v2.5.0...v2.5.1)
- [github.com/PyCQA/pylint: v2.12.1 → v2.12.2](pylint-dev/pylint@v2.12.1...v2.12.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Dec 6, 2021
1 parent 0acc599 commit 7ab6f12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ repos:
- id: trailing-whitespace
- id: debug-statements
- repo: https://github.com/pre-commit/pre-commit
rev: v2.15.0
rev: v2.16.0
hooks:
- id: validate_manifest
- repo: https://github.com/psf/black
rev: 21.11b1
rev: 21.12b0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.0
rev: v2.5.1
hooks:
- id: prettier
exclude: ^README\.md$
- repo: https://github.com/PyCQA/pylint
rev: v2.12.1
rev: v2.12.2
hooks:
- id: pylint
files: ^(nbqa|tests)/
Expand Down

0 comments on commit 7ab6f12

Please sign in to comment.