Skip to content

Commit b1e3b82

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) - [github.com/psf/black: 23.11.0 → 25.1.0](psf/black@23.11.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 2030ddd commit b1e3b82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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
1111
- repo: https://github.com/psf/black
12-
rev: 23.11.0
12+
rev: 25.1.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.17.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)