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/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/mgedmin/check-manifest: 0.48 → 0.49](mgedmin/check-manifest@0.48...0.49)
- [github.com/myint/autoflake: v2.0.0 → v2.2.1](PyCQA/autoflake@v2.0.0...v2.2.1)
- [github.com/pre-commit/mirrors-autopep8: v2.0.0 → v2.0.4](pre-commit/mirrors-autopep8@v2.0.0...v2.0.4)
- [github.com/psf/black: 22.10.0 → 23.11.0](psf/black@22.10.0...23.11.0)
- https://github.com/ikamensh/flynt/: 0.77 → 1.0.1
- [github.com/asottile/pyupgrade: v3.2.2 → v3.15.0](asottile/pyupgrade@v3.2.2...v3.15.0)
  • Loading branch information
pre-commit-ci[bot] committed Nov 13, 2023
1 parent 9d0e3d6 commit 4231b22
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,6 +1,6 @@
repos:
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -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.2.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.4
hooks:
- id: autopep8
language_version: python3.9
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.11.0
hooks:
- id: black
language_version: python3.9
- repo: https://github.com/ikamensh/flynt/
rev: '0.77'
rev: '1.0.1'
hooks:
- id: flynt
language_version: python3.9
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.15.0
hooks:
- id: pyupgrade
entry: pyupgrade --py3-plus --py36-plus --keep-runtime-typing
Expand Down

0 comments on commit 4231b22

Please sign in to comment.