Skip to content

Commit d95682e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.223 → v0.0.259](astral-sh/ruff-pre-commit@v0.0.223...v0.0.259) - [github.com/dosisod/refurb: v1.10.0 → v1.15.0](dosisod/refurb@v1.10.0...v1.15.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.1.1](pre-commit/mirrors-mypy@v0.991...v1.1.1) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4)
1 parent 358ee12 commit d95682e

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
@@ -39,15 +39,15 @@ repos:
3939
- id: docformatter
4040
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
4141
- repo: https://github.com/psf/black
42-
rev: 22.12.0
42+
rev: 23.1.0
4343
hooks:
4444
- id: black
4545
- repo: https://github.com/charliermarsh/ruff-pre-commit
46-
rev: v0.0.223
46+
rev: v0.0.259
4747
hooks:
4848
- id: ruff
4949
- repo: https://github.com/dosisod/refurb
50-
rev: v1.10.0
50+
rev: v1.15.0
5151
hooks:
5252
- id: refurb
5353
args: [--ignore, FURB126]
@@ -66,7 +66,7 @@ repos:
6666
- id: interrogate
6767
args: [-v, --fail-under=40, src]
6868
- repo: https://github.com/pre-commit/mirrors-mypy
69-
rev: 'v0.991'
69+
rev: 'v1.1.1'
7070
hooks:
7171
- id: mypy
7272
args: [
@@ -81,7 +81,7 @@ repos:
8181
]
8282
pass_filenames: false
8383
- repo: https://github.com/codespell-project/codespell
84-
rev: v2.2.2
84+
rev: v2.2.4
8585
hooks:
8686
- id: codespell
8787
- repo: https://github.com/mgedmin/check-manifest

0 commit comments

Comments
 (0)