diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 18e78e11..9b8be458 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ exclude: 'versioneer\.py|_version\.py' repos: # Autoformat: Python code, syntax patterns are modernized - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.2 hooks: - id: pyupgrade args: @@ -21,7 +21,7 @@ repos: # Autoformat: Python code - repo: https://github.com/PyCQA/autoflake - rev: v2.2.1 + rev: v2.3.1 hooks: - id: autoflake # args ref: https://github.com/PyCQA/autoflake#advanced-usage @@ -36,7 +36,7 @@ repos: # Autoformat: Python code - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.3.0 hooks: - id: black