Skip to content

Commit a6d72ef

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.3.0](psf/black@24.1.1...24.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.3.4](astral-sh/ruff-pre-commit@v0.2.0...v0.3.4) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent f837927 commit a6d72ef

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,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.3.0
3333
hooks:
3434
- id: black
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.2.0
37+
rev: v0.3.4
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.9.0
5454
hooks:
5555
- id: mypy
5656
additional_dependencies:

0 commit comments

Comments
 (0)