Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/myint/autoflake: v1.4 → v1.5.3](PyCQA/autoflake@v1.4...v1.5.3)
- [github.com/psf/black: 22.3.0 → 22.8.0](psf/black@22.3.0...22.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 5, 2022
1 parent 2b44257 commit ca83ffd
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 @@ -10,7 +10,7 @@ repos:
- id: mixed-line-ending
- id: check-added-large-files
- repo: https://github.com/myint/autoflake
rev: v1.4
rev: v1.5.3
hooks:
- id: autoflake
name: autoflake - remove unused imports and variables
Expand All @@ -24,7 +24,7 @@ repos:
entry: isort --profile black --line-length 119
files: \.py$
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.8.0
hooks:
- id: black
name: black - python code formatter
Expand Down

0 comments on commit ca83ffd

Please sign in to comment.