Skip to content

Commit b33918c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0)
1 parent 829cddd commit b33918c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^$'
22
fail_fast: false
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: 'v0.12.11'
5+
rev: 'v0.13.3'
66
hooks:
77
- id: ruff
88
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -18,7 +18,7 @@ repos:
1818
- id: bandit
1919
args: [--ini, .bandit]
2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: 'v1.17.1' # Use the sha / tag you want to point at
21+
rev: 'v1.18.2' # Use the sha / tag you want to point at
2222
hooks:
2323
- id: mypy
2424
additional_dependencies:
@@ -32,7 +32,7 @@ repos:
3232
- pytest
3333
args: [ --warn-unused-configs ]
3434
- repo: https://github.com/pycqa/isort
35-
rev: 6.0.1
35+
rev: 6.1.0
3636
hooks:
3737
- id: isort
3838
language_version: python3

0 commit comments

Comments
 (0)