Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#769)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.2 → v3.0.0-alpha.3](pre-commit/mirrors-prettier@v3.0.0-alpha.2...v3.0.0-alpha.3)
- [github.com/PyCQA/pylint: v2.15.4 → v2.15.5](pylint-dev/pylint@v2.15.4...v2.15.5)
- [github.com/PyCQA/autoflake: v1.7.6 → v1.7.7](PyCQA/autoflake@v1.7.6...v1.7.7)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Oct 26, 2022
1 parent 8f5fd9c commit f52529f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: v3.0.0-alpha.2
rev: v3.0.0-alpha.3
hooks:
- id: prettier
exclude: ^README\.md$
- repo: https://github.com/PyCQA/pylint
rev: v2.15.4
rev: v2.15.5
hooks:
- id: pylint
files: ^(nbqa|tests)/
Expand Down Expand Up @@ -80,7 +80,7 @@ repos:
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/PyCQA/autoflake
rev: v1.7.6
rev: v1.7.7
hooks:
- id: autoflake
args: [--remove-all-unused-imports, -i]
Expand Down

0 comments on commit f52529f

Please sign in to comment.