Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/myint/autoflake.git: v1.5.1 β†’ v1.5.3](https://github.com/myint/autoflake.git/compare/v1.5.1...v1.5.3)
- [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 5, 2022
1 parent b97f93e commit c7c430d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -18,7 +18,7 @@ repos:
args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows

- repo: https://github.com/myint/autoflake.git
rev: v1.5.1
rev: v1.5.3
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 c7c430d

Please sign in to comment.