Skip to content

Commit 368a694

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
1 parent f2a2c21 commit 368a694

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: check-useless-excludes
2424

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.5.0
26+
rev: v4.6.0
2727
hooks:
2828
- id: check-added-large-files
2929
- id: check-ast
@@ -59,7 +59,7 @@ repos:
5959
additional_dependencies: [tomli]
6060

6161
- repo: https://github.com/codespell-project/codespell
62-
rev: v2.2.6
62+
rev: v2.3.0
6363
hooks:
6464
- id: codespell
6565
require_serial: false
@@ -73,7 +73,7 @@ repos:
7373
require_serial: false
7474

7575
- repo: https://github.com/asottile/pyupgrade
76-
rev: v3.15.2
76+
rev: v3.16.0
7777
hooks:
7878
- id: pyupgrade
7979
args: [--py37-plus, --keep-mock]
@@ -85,7 +85,7 @@ repos:
8585
name: isort (python)
8686

8787
- repo: https://github.com/psf/black
88-
rev: 24.3.0
88+
rev: 24.4.2
8989
hooks:
9090
- id: black
9191
language_version: python3

0 commit comments

Comments
 (0)