Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub3628800 committed Oct 31, 2024
1 parent 1e71d16 commit 94c607f
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 @@ -2,7 +2,7 @@ default_language_version:
python: python3.12
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: debug-statements
Expand All @@ -16,13 +16,13 @@ repos:
args: [--remove]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.6
rev: v0.7.1
hooks:
- id: ruff
args: [ --fix ]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
exclude: ^tests/
Expand Down

0 comments on commit 94c607f

Please sign in to comment.