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.1.1](PyCQA/autoflake@v2.0.0...v2.1.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.3.0](psf/black@22.10.0...23.3.0)
- https://github.com/ikamensh/flynt/: 0.77 → 0.78
- [github.com/asottile/pyupgrade: v3.2.2 → v3.7.0](asottile/pyupgrade@v3.2.2...v3.7.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 19, 2023
1 parent 9d0e3d6 commit d325263
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,34 @@ 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.1.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.3.0
hooks:
- id: black
language_version: python3.9
- repo: https://github.com/ikamensh/flynt/
rev: '0.77'
rev: '0.78'
hooks:
- id: flynt
language_version: python3.9
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.7.0
hooks:
- id: pyupgrade
entry: pyupgrade --py3-plus --py36-plus --keep-runtime-typing
Expand Down

0 comments on commit d325263

Please sign in to comment.