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/mgedmin/check-manifest: 0.48 → 0.49](mgedmin/check-manifest@0.48...0.49)
- [github.com/myint/autoflake: v2.0.0 → v2.0.1](PyCQA/autoflake@v2.0.0...v2.0.1)
- [github.com/pre-commit/mirrors-autopep8: v2.0.0 → v2.0.2](pre-commit/mirrors-autopep8@v2.0.0...v2.0.2)
- [github.com/psf/black: 22.10.0 → 23.1.0](psf/black@22.10.0...23.1.0)
- [github.com/asottile/pyupgrade: v3.2.2 → v3.3.1](asottile/pyupgrade@v3.2.2...v3.3.1)
  • Loading branch information
pre-commit-ci[bot] authored Mar 6, 2023
1 parent 9d0e3d6 commit 9a0442a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@ repos:
hooks:
- id: isort
- repo: 'https://github.com/mgedmin/check-manifest'
rev: '0.48'
rev: '0.49'
hooks:
- id: check-manifest
- repo: 'https://github.com/myint/autoflake'
rev: v2.0.0
rev: v2.0.1
hooks:
- id: autoflake
args:
- '--remove-all-unused-imports'
- '-i'
language_version: python3.9
- repo: 'https://github.com/pre-commit/mirrors-autopep8'
rev: v2.0.0
rev: v2.0.2
hooks:
- id: autopep8
language_version: python3.9
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.1.0
hooks:
- id: black
language_version: python3.9
Expand All @@ -40,7 +40,7 @@ repos:
- id: flynt
language_version: python3.9
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.3.1
hooks:
- id: pyupgrade
entry: pyupgrade --py3-plus --py36-plus --keep-runtime-typing
Expand Down

0 comments on commit 9a0442a

Please sign in to comment.