Skip to content

Commit 755b49b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [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/setup-cfg-fmt: v2.2.0 → v2.4.0](asottile/setup-cfg-fmt@v2.2.0...v2.4.0) - [github.com/psf/black: 23.1.0 → 23.7.0](psf/black@23.1.0...23.7.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.241 → v0.0.280](astral-sh/ruff-pre-commit@v0.0.241...v0.0.280) - [github.com/dosisod/refurb: v1.10.0 → v1.17.0](dosisod/refurb@v1.10.0...v1.17.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.5](codespell-project/codespell@v2.2.2...v2.2.5) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.4.1](pre-commit/mirrors-mypy@v0.991...v1.4.1)
1 parent 651612a commit 755b49b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,30 +34,30 @@ repos:
3434
- id: python-no-log-warn
3535
- id: python-use-type-annotations
3636
- id: text-unicode-replacement-char
37-
- repo: https://github.com/asottile/reorder_python_imports
38-
rev: v3.9.0
37+
- repo: https://github.com/asottile/reorder-python-imports
38+
rev: v3.10.0
3939
hooks:
4040
- id: reorder-python-imports
4141
- repo: https://github.com/asottile/setup-cfg-fmt
42-
rev: v2.2.0
42+
rev: v2.4.0
4343
hooks:
4444
- id: setup-cfg-fmt
4545
exclude: |
4646
(?x)^(
4747
{{cookiecutter.project_slug}}/setup.cfg
4848
)$
4949
- repo: https://github.com/psf/black
50-
rev: 23.1.0
50+
rev: 23.7.0
5151
hooks:
5252
- id: black
53-
- repo: https://github.com/charliermarsh/ruff-pre-commit
54-
rev: v0.0.241
53+
- repo: https://github.com/astral-sh/ruff-pre-commit
54+
rev: v0.0.280
5555
hooks:
5656
- id: ruff
5757
args: [hooks, tests]
5858
pass_filenames: false
5959
- repo: https://github.com/dosisod/refurb
60-
rev: v1.10.0
60+
rev: v1.17.0
6161
hooks:
6262
- id: refurb
6363
args: [--ignore, FURB126]
@@ -106,12 +106,12 @@ repos:
106106
# path/to/file.py
107107
# )$
108108
- repo: https://github.com/codespell-project/codespell
109-
rev: v2.2.2
109+
rev: v2.2.5
110110
hooks:
111111
- id: codespell
112112
additional_dependencies: [tomli]
113113
- repo: https://github.com/pre-commit/mirrors-mypy
114-
rev: 'v0.991'
114+
rev: 'v1.4.1'
115115
hooks:
116116
- id: mypy
117117
args: [

0 commit comments

Comments
 (0)