Skip to content

Commit 4e5003b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.19.1](asottile/pyupgrade@v3.15.0...v3.19.1) - [github.com/psf/black: 24.1.1 → 25.1.0](psf/black@24.1.1...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.9.4](astral-sh/ruff-pre-commit@v0.2.0...v0.9.4) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.14.1](pre-commit/mirrors-mypy@v1.8.0...v1.14.1)
1 parent f837927 commit 4e5003b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

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

1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.5.0
13+
rev: v5.0.0
1414
hooks:
1515
- id: check-json
1616
- id: check-yaml
1717
- id: end-of-file-fixer
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/pycqa/isort
21-
rev: 5.13.2
21+
rev: 6.0.0
2222
hooks:
2323
- id: isort
2424

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

3131
- repo: https://github.com/psf/black
32-
rev: 24.1.1
32+
rev: 25.1.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.9.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.14.1
5454
hooks:
5555
- id: mypy
5656
additional_dependencies:

0 commit comments

Comments
 (0)