Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#545)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/autoflake: v2.2.1 → v2.3.0](PyCQA/autoflake@v2.2.1...v2.3.0)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.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 Feb 20, 2024
1 parent 6a7d024 commit 53a5ca2
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
rev: v2.3.0
hooks:
- id: autoflake
name: autoflake
Expand All @@ -15,7 +15,7 @@ repos:
- id: check-yaml
- id: debug-statements
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
Expand Down

0 comments on commit 53a5ca2

Please sign in to comment.