Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#739)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/pylint: v2.14.5 → v2.15.0](pylint-dev/pylint@v2.14.5...v2.15.0)
- [github.com/myint/autoflake: v1.4 → v1.5.1](PyCQA/autoflake@v1.4...v1.5.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 Aug 29, 2022
1 parent ed6b5a9 commit 315c1dd
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 @@ -24,7 +24,7 @@ repos:
- id: prettier
exclude: ^README\.md$
- repo: https://github.com/PyCQA/pylint
rev: v2.14.5
rev: v2.15.0
hooks:
- id: pylint
files: ^(nbqa|tests)/
Expand Down Expand Up @@ -80,7 +80,7 @@ repos:
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/myint/autoflake
rev: v1.4
rev: v1.5.1
hooks:
- id: autoflake
args: [--remove-all-unused-imports, -i]
Expand Down

0 comments on commit 315c1dd

Please sign in to comment.