Skip to content

Commit 9d77418

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.3.0](asottile/setup-cfg-fmt@v2.2.0...v2.3.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.269 → v0.0.270](astral-sh/ruff-pre-commit@v0.0.269...v0.0.270)
1 parent a07c62a commit 9d77418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ repos:
2929
- id: reorder-python-imports
3030
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3131
- repo: https://github.com/asottile/setup-cfg-fmt
32-
rev: v2.2.0
32+
rev: v2.3.0
3333
hooks:
3434
- id: setup-cfg-fmt
3535
- repo: https://github.com/psf/black
3636
rev: 23.3.0
3737
hooks:
3838
- id: black
3939
- repo: https://github.com/charliermarsh/ruff-pre-commit
40-
rev: v0.0.269
40+
rev: v0.0.270
4141
hooks:
4242
- id: ruff
4343
- repo: https://github.com/dosisod/refurb

0 commit comments

Comments
 (0)