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.0.1 → v4.4.0](pre-commit/pre-commit-hooks@v4.0.1...v4.4.0)
- [github.com/asottile/pyupgrade: v2.29.0 → v3.7.0](asottile/pyupgrade@v2.29.0...v3.7.0)
- [github.com/PyCQA/isort: 5.9.3 → 5.12.0](PyCQA/isort@5.9.3...5.12.0)
- [github.com/psf/black: 21.9b0 → 23.3.0](psf/black@21.9b0...23.3.0)
- [github.com/asottile/setup-cfg-fmt: v1.18.0 → v2.3.0](asottile/setup-cfg-fmt@v1.18.0...v2.3.0)
  • Loading branch information
pre-commit-ci[bot] committed Jun 19, 2023
1 parent 6b886a7 commit 5cf0567
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.0.1
rev: v4.4.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
Expand All @@ -12,25 +12,25 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v3.7.0
hooks:
- id: pyupgrade
name: PyUpgrade 3.8+
args: ["--py38-plus"]
exclude: ^bin/

- repo: https://github.com/PyCQA/isort
rev: 5.9.3
rev: 5.12.0
hooks:
- id: isort
args: [--profile, black]

- repo: https://github.com/psf/black
rev: 21.9b0
rev: 23.3.0
hooks:
- id: black

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.18.0
rev: v2.3.0
hooks:
- id: setup-cfg-fmt

0 comments on commit 5cf0567

Please sign in to comment.