Skip to content

Commit ebefa54

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.3.0 → v2.4.0](asottile/setup-cfg-fmt@v2.3.0...v2.4.0) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.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.270 → v0.0.284](astral-sh/ruff-pre-commit@v0.0.270...v0.0.284) - [github.com/dosisod/refurb: v1.16.0 → v1.19.0](dosisod/refurb@v1.16.0...v1.19.0) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.5.0](pre-commit/mirrors-mypy@v1.3.0...v1.5.0) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)
1 parent 39bfcdf commit ebefa54

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@ repos:
2727
- id: python-use-type-annotations
2828
- id: text-unicode-replacement-char
2929
- repo: https://github.com/asottile/reorder-python-imports
30-
rev: v3.9.0
30+
rev: v3.10.0
3131
hooks:
3232
- id: reorder-python-imports
3333
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3434
- repo: https://github.com/asottile/setup-cfg-fmt
35-
rev: v2.3.0
35+
rev: v2.4.0
3636
hooks:
3737
- id: setup-cfg-fmt
3838
- repo: https://github.com/psf/black
39-
rev: 23.3.0
39+
rev: 23.7.0
4040
hooks:
4141
- id: black
42-
- repo: https://github.com/charliermarsh/ruff-pre-commit
43-
rev: v0.0.270
42+
- repo: https://github.com/astral-sh/ruff-pre-commit
43+
rev: v0.0.284
4444
hooks:
4545
- id: ruff
4646
- repo: https://github.com/dosisod/refurb
47-
rev: v1.16.0
47+
rev: v1.19.0
4848
hooks:
4949
- id: refurb
5050
args: [--ignore, FURB126]
@@ -55,7 +55,7 @@ repos:
5555
args: [-v, --fail-under=75]
5656
exclude: ^(tests/|docs/|scripts/)
5757
- repo: https://github.com/pre-commit/mirrors-mypy
58-
rev: 'v1.3.0'
58+
rev: 'v1.5.0'
5959
hooks:
6060
- id: mypy
6161
args: [
@@ -104,7 +104,7 @@ repos:
104104
docs/source/tutorials/set_up_a_project.md
105105
)$
106106
- repo: https://github.com/codespell-project/codespell
107-
rev: v2.2.4
107+
rev: v2.2.5
108108
hooks:
109109
- id: codespell
110110
additional_dependencies: [tomli]

0 commit comments

Comments
 (0)