Skip to content

Commit a8f5033

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.244 → v0.0.260](astral-sh/ruff-pre-commit@v0.0.244...v0.0.260) - [github.com/dosisod/refurb: v1.12.0 → v1.15.0](dosisod/refurb@v1.12.0...v1.15.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4) - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.1.1](pre-commit/mirrors-mypy@v1.0.0...v1.1.1)
1 parent 2a60aa4 commit a8f5033

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ repos:
3131
- id: reorder-python-imports
3232
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3333
- repo: https://github.com/psf/black
34-
rev: 23.1.0
34+
rev: 23.3.0
3535
hooks:
3636
- id: black
3737
- repo: https://github.com/charliermarsh/ruff-pre-commit
38-
rev: v0.0.244
38+
rev: v0.0.260
3939
hooks:
4040
- id: ruff
4141
- repo: https://github.com/dosisod/refurb
42-
rev: v1.12.0
42+
rev: v1.15.0
4343
hooks:
4444
- id: refurb
4545
args: [--ignore, FURB126]
@@ -62,13 +62,13 @@ repos:
6262
]
6363
args: [--wrap, "88"]
6464
- repo: https://github.com/codespell-project/codespell
65-
rev: v2.2.2
65+
rev: v2.2.4
6666
hooks:
6767
- id: codespell
6868
args: [-L als, -L unparseable]
6969
additional_dependencies: ["tomli"]
7070
- repo: https://github.com/pre-commit/mirrors-mypy
71-
rev: 'v1.0.0'
71+
rev: 'v1.1.1'
7272
hooks:
7373
- id: mypy
7474
args: [

0 commit comments

Comments
 (0)