Skip to content

Commit 6c03386

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/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/psf/black: 24.1.1 → 24.4.2](psf/black@24.1.1...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.4.7](astral-sh/ruff-pre-commit@v0.2.0...v0.4.7) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.10.0](pre-commit/mirrors-mypy@v1.8.0...v1.10.0)
1 parent f837927 commit 6c03386

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exclude: &exclude_files >
1010
repos:
1111

1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.5.0
13+
rev: v4.6.0
1414
hooks:
1515
- id: check-json
1616
- id: check-yaml
@@ -23,18 +23,18 @@ repos:
2323
- id: isort
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.15.0
26+
rev: v3.15.2
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py37-plus]
3030

3131
- repo: https://github.com/psf/black
32-
rev: 24.1.1
32+
rev: 24.4.2
3333
hooks:
3434
- id: black
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.2.0
37+
rev: v0.4.7
3838
hooks:
3939
- id: ruff
4040

@@ -50,7 +50,7 @@ repos:
5050
# - flake8-markdown==0.2.0
5151

5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: v1.8.0
53+
rev: v1.10.0
5454
hooks:
5555
- id: mypy
5656
additional_dependencies:

0 commit comments

Comments
 (0)