Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
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/psf/black: 23.11.0 → 24.10.0](psf/black@23.11.0...24.10.0)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.14.0](pre-commit/mirrors-mypy@v1.7.1...v1.14.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 23, 2024
1 parent 97d6186 commit b01aaee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1 # Use the sha / tag you want to point at
rev: v1.14.0 # Use the sha / tag you want to point at
hooks:
- id: mypy
additional_dependencies: [types-requests==2.31.0.1, types_pytz>=2023.3.1.0]
Expand Down

0 comments on commit b01aaee

Please sign in to comment.