diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4325e903..1a58bb9b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,19 +48,19 @@ repos: args: [--py37-plus, --keep-runtime-typing] - repo: https://github.com/pycqa/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort name: isort (python) args: ["--profile", "black", "--line-length", "80", "--filter-files"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black args: ["--line-length", "80"] - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.23.1 + rev: v1.26.1 hooks: - id: zizmor