Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake
- [github.com/PyCQA/autoflake: v1.4 → v1.6.1](PyCQA/autoflake@v1.4...v1.6.1)
- [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0)
  • Loading branch information
pre-commit-ci[bot] committed Sep 27, 2022
1 parent 923d0a9 commit e7dc2c3
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 @@ -9,8 +9,8 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- id: check-added-large-files
- repo: https://github.com/myint/autoflake
rev: v1.4
- repo: https://github.com/PyCQA/autoflake
rev: v1.6.1
hooks:
- id: autoflake
name: autoflake - remove unused imports and variables
Expand All @@ -28,7 +28,7 @@ repos:
- --thirdparty=wandb

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
name: black - python code formatter
Expand Down

0 comments on commit e7dc2c3

Please sign in to comment.