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.1 → v1.7.1](PyCQA/autoflake@v1.6.1...v1.7.1)
- [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
- [github.com/asottile/pyupgrade: v2.38.2 → v3.0.0](asottile/pyupgrade@v2.38.2...v3.0.0)
  • Loading branch information
pre-commit-ci[bot] authored and abravalheri committed Oct 11, 2022
1 parent f7a80f5 commit 7f67d2c
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 @@ -19,7 +19,7 @@ repos:
args: ['--fix=lf']

- repo: https://github.com/PyCQA/autoflake
rev: v1.6.1
rev: v1.7.1
hooks:
- id: autoflake
args: [
Expand All @@ -34,7 +34,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 All @@ -57,7 +57,7 @@ repos:
additional_dependencies: [flake8-bugbear]

- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.0.0
hooks:
- id: pyupgrade
args:
Expand Down

0 comments on commit 7f67d2c

Please sign in to comment.