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/pre-commit/mirrors-autopep8: v2.0.0 → v2.0.1](pre-commit/mirrors-autopep8@v2.0.0...v2.0.1)
- [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.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 Dec 19, 2022
1 parent 9d0e3d6 commit 4f62214
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 @@ -13,7 +13,7 @@ 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'
Expand All @@ -25,12 +25,12 @@ repos:
- '-i'
language_version: python3.9
- repo: 'https://github.com/pre-commit/mirrors-autopep8'
rev: v2.0.0
rev: v2.0.1
hooks:
- id: autopep8
language_version: python3.9
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.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 4f62214

Please sign in to comment.