Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.4](astral-sh/ruff-pre-commit@v0.4.7...v0.5.4)
- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.0](pre-commit/mirrors-mypy@v1.10.0...v1.11.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 22, 2024
1 parent 3763709 commit a3b40f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-ast
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version. If bumping this, bump requirements-dev.txt as well
rev: v0.4.7
rev: v0.5.4
hooks:
# Run the linter.
- id: ruff
Expand All @@ -19,7 +19,7 @@ repos:
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
# mypy. If bumping this, bump requirements-dev.txt as well
rev: 'v1.10.0' # Use the sha / tag you want to point at
rev: 'v1.11.0' # Use the sha / tag you want to point at
hooks:
- id: mypy
additional_dependencies: [types-jmespath, types-requests, types-beautifulsoup4, types-flask, types-python-dateutil]
Expand Down

0 comments on commit a3b40f5

Please sign in to comment.