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/autoflake.git β†’ https://github.com/PyCQA/autoflake
- [github.com/PyCQA/autoflake: v1.4 β†’ v1.6.0](PyCQA/autoflake@v1.4...v1.6.0)
- [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] authored and FlorianWilhelm committed Sep 22, 2022
1 parent 0a409f8 commit 28b0b68
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 @@ -17,8 +17,8 @@ repos:
- id: mixed-line-ending
args: ['--fix=no']

- repo: https://github.com/myint/autoflake.git
rev: v1.4
- repo: https://github.com/PyCQA/autoflake
rev: v1.6.0
hooks:
- id: autoflake
args: [
Expand All @@ -33,7 +33,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
language_version: python3
Expand Down

0 comments on commit 28b0b68

Please sign in to comment.