Skip to content

Commit a3b32ae

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.3.0...v6.0.0) - [github.com/pycqa/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/psf/black: 22.3.0 → 25.1.0](psf/black@22.3.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.17.1](pre-commit/mirrors-mypy@v1.7.1...v1.17.1)
1 parent 97d631e commit a3b32ae

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
@@ -3,7 +3,7 @@ default_language_version:
33
python: python3.8
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-case-conflict
99
- id: check-merge-conflict
@@ -15,15 +15,15 @@ repos:
1515
- id: requirements-txt-fixer
1616
- id: trailing-whitespace
1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.12.0
18+
rev: 6.0.1
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/psf/black
22-
rev: 22.3.0
22+
rev: 25.1.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.7.1
26+
rev: v1.17.1
2727
hooks:
2828
- id: mypy
2929
files: src

0 commit comments

Comments
 (0)