Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 3cab317

Browse files
gabezuritagithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent d354a54 commit 3cab317

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ repos:
88
- id: check-added-large-files
99

1010
- repo: https://github.com/abravalheri/validate-pyproject
11-
rev: v0.24.1
11+
rev: v0.25
1212
hooks:
1313
- id: validate-pyproject
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.14.10
16+
rev: v0.15.14
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
@@ -28,14 +28,14 @@ repos:
2828
- id: poetry-install
2929

3030
- repo: https://github.com/PyCQA/bandit
31-
rev: 1.9.2
31+
rev: 1.9.4
3232
hooks:
3333
- id: bandit
3434
args: ["-c", "pyproject.toml", "-r", "src", "tests"]
3535
additional_dependencies: ["bandit[toml]"]
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: 'v1.19.1'
38+
rev: 'v2.1.0'
3939
hooks:
4040
- id: mypy
4141
pass_filenames: false # Pass all files in the repository except those excluded in pyproject.toml

0 commit comments

Comments
 (0)