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/PyCQA/autoflake: v1.6.0 β†’ v1.7.7](PyCQA/autoflake@v1.6.0...v1.7.7)
- [github.com/psf/black: 22.8.0 β†’ 22.10.0](psf/black@22.8.0...22.10.0)
  • Loading branch information
pre-commit-ci[bot] committed Oct 24, 2022
1 parent 28b0b68 commit cabdd67
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=no']

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

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

0 comments on commit cabdd67

Please sign in to comment.