Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#683)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v2.4.1 → v2.5.0](pre-commit/mirrors-prettier@v2.4.1...v2.5.0)
- [github.com/PyCQA/pylint: v2.11.1 → v2.12.1](pylint-dev/pylint@v2.11.1...v2.12.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Nov 29, 2021
1 parent e858e52 commit 0c16a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ repos:
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.1
rev: v2.5.0
hooks:
- id: prettier
exclude: ^README\.md$
- repo: https://github.com/PyCQA/pylint
rev: v2.11.1
rev: v2.12.1
hooks:
- id: pylint
files: ^(nbqa|tests)/
Expand Down

0 comments on commit 0c16a14

Please sign in to comment.