Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/autoflake: v2.2.0 → v2.2.1](PyCQA/autoflake@v2.2.0...v2.2.1)
- [github.com/google/yapf: v0.40.0 → v0.40.2](google/yapf@v0.40.0...v0.40.2)
  • Loading branch information
pre-commit-ci[bot] authored Sep 25, 2023
1 parent 5d7a4ab commit bedb521
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,7 +19,7 @@ repos:

# If you want to avoid flake8 errors due to unused vars or imports:
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.0
rev: v2.2.1
hooks:
- id: autoflake
args: [
Expand All @@ -34,7 +34,7 @@ repos:
- id: isort

- repo: https://github.com/google/yapf
rev: 'v0.40.0'
rev: 'v0.40.2'
hooks:
- id: yapf
# https://github.com/pre-commit/mirrors-yapf/issues/15
Expand Down

0 comments on commit bedb521

Please # to comment.