diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9518890..75f0ab42 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: # Autoformat: Python code - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.1.0 hooks: - id: black args: @@ -36,7 +36,7 @@ repos: # Autoformat: Python code - repo: https://github.com/pycqa/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort args: