Skip to content

Commit ebc5eba

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.3](astral-sh/ruff-pre-commit@v0.0.292...v0.1.3) - [github.com/dosisod/refurb: v1.21.0 → v1.22.1](dosisod/refurb@v1.21.0...v1.22.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.1](pre-commit/mirrors-mypy@v1.5.1...v1.6.1)
1 parent 54dcd4e commit ebc5eba

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -32,15 +32,15 @@ repos:
3232
hooks:
3333
- id: setup-cfg-fmt
3434
- repo: https://github.com/psf/black
35-
rev: 23.9.1
35+
rev: 23.10.1
3636
hooks:
3737
- id: black
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.0.292
39+
rev: v0.1.3
4040
hooks:
4141
- id: ruff
4242
- repo: https://github.com/dosisod/refurb
43-
rev: v1.21.0
43+
rev: v1.22.1
4444
hooks:
4545
- id: refurb
4646
args: [--ignore, FURB126]
@@ -63,7 +63,7 @@ repos:
6363
hooks:
6464
- id: codespell
6565
- repo: https://github.com/pre-commit/mirrors-mypy
66-
rev: 'v1.5.1'
66+
rev: 'v1.6.1'
6767
hooks:
6868
- id: mypy
6969
args: [

0 commit comments

Comments
 (0)