Skip to content
This repository has been archived by the owner on Jul 25, 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/asottile/pyupgrade: v2.38.2 → v3.2.2](asottile/pyupgrade@v2.38.2...v3.2.2)
- [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
- [github.com/pre-commit/mirrors-autopep8: v1.7.0 → v2.0.0](pre-commit/mirrors-autopep8@v1.7.0...v2.0.0)
- [github.com/PyCQA/autoflake: v1.6.1 → v1.7.7](PyCQA/autoflake@v1.6.1...v1.7.7)
  • Loading branch information
pre-commit-ci[bot] authored Nov 14, 2022
1 parent 4c117e8 commit 8c50dac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: pretty-format-json
args: [--autofix, --indent, '2']
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.2.2
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -24,7 +24,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
Expand All @@ -38,11 +38,11 @@ repos:
- id: fix-smartquotes
- id: fix-ligatures
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.7.0 # Use the sha / tag you want to point at
rev: v2.0.0 # Use the sha / tag you want to point at
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/autoflake
rev: v1.6.1
rev: v1.7.7
hooks:
- id: autoflake
args: [--remove-all-unused-imports, --recursive, --in-place, --remove-unused-variables, --ignore-init-module-imports, --remove-duplicate-keys]
Expand Down

0 comments on commit 8c50dac

Please sign in to comment.