Skip to content

Commit e84ed9e

Browse files
[pre-commit.ci] pre-commit autoupdate (#256)
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/charliermarsh/ruff-pre-commit: v0.0.263 → v0.0.265](astral-sh/ruff-pre-commit@v0.0.263...v0.0.265) - [github.com/asottile/pyupgrade: v3.3.2 → v3.4.0](asottile/pyupgrade@v3.3.2...v3.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a4394aa commit e84ed9e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ repos:
1111
hooks:
1212
- id: codespell
1313

14-
- repo: https://github.com/asottile/reorder_python_imports
14+
- repo: https://github.com/asottile/reorder-python-imports
1515
rev: v3.9.0
1616
hooks:
1717
- id: reorder-python-imports
1818
args:
1919
- --py37-plus
2020

2121
- repo: https://github.com/charliermarsh/ruff-pre-commit
22-
rev: v0.0.263
22+
rev: v0.0.265
2323
hooks:
2424
- id: ruff
2525

2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.3.2
27+
rev: v3.4.0
2828
hooks:
2929
- id: pyupgrade
3030
args:

0 commit comments

Comments
 (0)