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.10.0 → v3.11.0](asottile/reorder-python-imports@v3.10.0...v3.11.0)
- [github.com/asottile/add-trailing-comma: v3.0.0 → v3.1.0](asottile/add-trailing-comma@v3.0.0...v3.1.0)
- [github.com/asottile/pyupgrade: v3.9.0 → v3.11.0](asottile/pyupgrade@v3.9.0...v3.11.0)
- [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
  • Loading branch information
pre-commit-ci[bot] authored Sep 19, 2023
1 parent 1b3aec4 commit 56d4f9b
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.10.0
rev: v3.11.0
hooks:
- id: reorder-python-imports
args: ["--py38-plus"]
Expand All @@ -14,17 +14,17 @@ repos:
exclude: ^docs/

- repo: https://github.com/asottile/add-trailing-comma
rev: v3.0.0
rev: v3.1.0
hooks:
- id: add-trailing-comma

- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.11.0
hooks:
- id: pyupgrade

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
args: ["--safe", "-l120"]
Expand Down

0 comments on commit 56d4f9b

Please sign in to comment.