Skip to content

Commit e8fc5a6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
1 parent cea8700 commit e8fc5a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ repos:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/psf/black
12-
rev: 23.11.0
12+
rev: 23.12.1
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.8.0 # 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)