Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v3.0.1 → v3.12.0](asottile/reorder-python-imports@v3.0.1...v3.12.0)
- [github.com/asottile/pyupgrade: v2.31.1 → v3.14.0](asottile/pyupgrade@v2.31.1...v3.14.0)
- [github.com/psf/black: 22.3.0 → 23.9.1](psf/black@22.3.0...23.9.1)
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0)
- [github.com/pre-commit/mirrors-prettier: v2.6.2 → v3.0.3](pre-commit/mirrors-prettier@v2.6.2...v3.0.3)
  • Loading branch information
pre-commit-ci[bot] committed Oct 3, 2023
1 parent 5ddb83d commit e95948d
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
@@ -1,26 +1,26 @@
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.0.1
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v3.14.0
hooks:
- id: pyupgrade
args: ['--py36-plus']
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.9.1
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.4.0
hooks:
- id: fix-byte-order-marker
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v2.6.2'
rev: 'v3.0.3'
hooks:
- id: prettier
types: [file]
Expand Down

0 comments on commit e95948d

Please sign in to comment.