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/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
- [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.3.5](astral-sh/ruff-pre-commit@v0.1.8...v0.3.5)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.9.0](pre-commit/mirrors-mypy@v1.7.1...v1.9.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent d961339 commit aabc3ff
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 @@ -4,7 +4,7 @@

repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -15,13 +15,13 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
rev: v0.3.5
hooks:
- id: ruff-format
- id: ruff
args: [--exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.9.0
hooks:
- id: mypy
additional_dependencies: [types-requests, types-PyYAML]
Expand Down

0 comments on commit aabc3ff

Please sign in to comment.