diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e869cdb..9887331 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,14 +6,14 @@ repos: hooks: - id: pyupgrade - repo: https://github.com/commitizen-tools/commitizen - rev: v4.16.3 + rev: v4.16.5 hooks: - id: commitizen - id: commitizen-branch stages: - manual - repo: https://github.com/pycqa/isort - rev: 9.0.0a3 + rev: 9.0.0b1 hooks: - id: isort args: ["--profile", "black", "--filter-files"]