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/asottile/reorder-python-imports: v3.9.0 → v3.10.0](asottile/reorder-python-imports@v3.9.0...v3.10.0)
- [github.com/asottile/pyupgrade: v3.4.0 → v3.9.0](asottile/pyupgrade@v3.4.0...v3.9.0)
- [github.com/asottile/add-trailing-comma: v2.4.0 → v3.0.0](asottile/add-trailing-comma@v2.4.0...v3.0.0)
- [github.com/pre-commit/mirrors-scss-lint: v0.59.0 → v0.60.0](pre-commit/mirrors-scss-lint@v0.59.0...v0.60.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 11, 2023
1 parent a9434a1 commit 25ac5e5
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 @@ -36,16 +36,16 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.9.0
rev: v3.10.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.9.0
hooks:
- id: pyupgrade
args: ['--py38-plus']
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.4.0
rev: v3.0.0
hooks:
- id: add-trailing-comma
args: ['--py36-plus']
Expand All @@ -55,7 +55,7 @@ repos:
- id: remove-tabs
- id: remove-crlf
- repo: https://github.com/pre-commit/mirrors-scss-lint
rev: v0.59.0
rev: v0.60.0
hooks:
- id: scss-lint
- repo: local
Expand Down

0 comments on commit 25ac5e5

Please sign in to comment.