diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 114e57168..ff70a37ab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: # Autoformat: Python code, syntax patterns are modernized - repo: https://github.com/asottile/pyupgrade - rev: v3.3.0 + rev: v3.3.1 hooks: - id: pyupgrade args: @@ -19,14 +19,14 @@ repos: # Autoformat: Python code - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 22.12.0 hooks: - id: black # args are not passed, but see the config in pyproject.toml # Autoformat: Python code - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.11.1 hooks: - id: isort # args are not passed, but see the config in pyproject.toml