Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#88)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
- [github.com/PyCQA/autoflake: v1.7.7 → v2.0.0](PyCQA/autoflake@v1.7.7...v2.0.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 16, 2022
1 parent e0f47ae commit 270a0eb
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,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/PyCQA/autoflake
rev: v1.7.7
rev: v2.0.0
hooks:
- id: autoflake
language_version: python3
Expand Down

0 comments on commit 270a0eb

Please sign in to comment.