Skip to content

Commit 01f0856

Browse files
⬆️ [pre-commit.ci] Update versions of pre-commit hooks (#89)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0784670 commit 01f0856

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ repos:
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: 'v1.10.0'
29+
rev: 'v1.10.1'
3030
hooks:
3131
- id: mypy
3232
exclude: '^(?:(?!src).)*$'
3333
additional_dependencies:
3434
- types-requests
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: 'v0.4.9'
36+
rev: 'v0.5.1'
3737
hooks:
3838
- id: ruff
3939
args:

0 commit comments

Comments
 (0)