ops: update pre-commit hooks

This commit is contained in:
Karim shoair
2025-09-13 03:34:28 +03:00
parent 330d03559c
commit aaec00563c
+2 -2
View File
@@ -1,12 +1,12 @@
repos: repos:
- repo: https://github.com/PyCQA/bandit - repo: https://github.com/PyCQA/bandit
rev: 1.8.3 rev: 1.8.6
hooks: hooks:
- id: bandit - id: bandit
args: [-r, -c, .bandit.yml] args: [-r, -c, .bandit.yml]
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version. # Ruff version.
rev: v0.11.5 rev: v0.13.0
hooks: hooks:
# Run the linter. # Run the linter.
- id: ruff - id: ruff