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/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/asottile/pyupgrade: v2.38.2 → v3.3.1](asottile/pyupgrade@v2.38.2...v3.3.1)
- [github.com/pycqa/isort: 5.10.1 → v5.11.3](PyCQA/isort@5.10.1...v5.11.3)
- [github.com/psf/black: 22.8.0 → 22.12.0](psf/black@22.8.0...22.12.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.4.0 → v2.5.0](macisamuele/language-formatters-pre-commit-hooks@v2.4.0...v2.5.0)
- [github.com/pre-commit/mirrors-autopep8: v1.7.0 → v2.0.1](pre-commit/mirrors-autopep8@v1.7.0...v2.0.1)
- [github.com/PyCQA/autoflake: v1.6.1 → v2.0.0](PyCQA/autoflake@v1.6.1...v2.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 19, 2022
1 parent 4c117e8 commit 28bbda7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: ^(CHANGELOG.md|bundled_data.py)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -15,20 +15,20 @@ repos:
- id: pretty-format-json
args: [--autofix, --indent, '2']
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: v5.11.3
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.4.0
rev: v2.5.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
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.1 # Use the sha / tag you want to point at
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/autoflake
rev: v1.6.1
rev: v2.0.0
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 28bbda7

Please sign in to comment.