diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8039230a..b44656f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,21 +38,21 @@ repos: - id: isort exclude: tests/_reposerver\.py - repo: https://github.com/asottile/blacken-docs - rev: 1.16.0 + rev: 1.18.0 hooks: - id: blacken-docs additional_dependencies: [black] - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 - repo: https://github.com/PyCQA/pylint - rev: v3.2.3 + rev: v3.2.4 hooks: - id: pylint args: [--exit-zero] - repo: https://github.com/PyCQA/bandit - rev: 1.7.8 + rev: 1.7.9 hooks: - id: bandit args: [--exit-zero]