Skip to content

Commit f3c3ec1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.11.0 → 25.12.0](psf/black-pre-commit-mirror@23.11.0...25.12.0) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.19.1](pre-commit/mirrors-mypy@v1.7.1...v1.19.1)
1 parent 781c8a9 commit f3c3ec1

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,17 +3,17 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-yaml
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
11-
- repo: https://github.com/psf/black
12-
rev: 23.11.0
11+
- repo: https://github.com/psf/black-pre-commit-mirror
12+
rev: 25.12.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: v1.7.1 # Use the sha / tag you want to point at
16+
rev: v1.19.1 # Use the sha / tag you want to point at
1717
hooks:
1818
- id: mypy
1919
additional_dependencies: [types-requests==2.31.0.1, types_pytz>=2023.3.1.0]

0 commit comments

Comments
 (0)