Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#142)
Browse files Browse the repository at this point in the history
- pre-commit update
  • Loading branch information
pre-commit-ci[bot] authored Jul 16, 2024
1 parent c6eb12d commit 52ddc8b
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
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -26,7 +26,7 @@ repos:
types: [text]
exclude: ^(.pre-commit-config.yaml|.github/workflows/test.yml)$
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
args: [-j8]
Expand All @@ -39,7 +39,7 @@ repos:
- flake8-pyproject
- flake8-string-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.1
hooks:
- id: mypy
additional_dependencies: [types-setuptools]
Expand Down

0 comments on commit 52ddc8b

Please sign in to comment.