diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f4729d1..bef47eb5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - repo: https://github.com/asottile/pyupgrade # Latest version for Python 3.7: 3.3.2 # Latest version for Python 3.8: 3.8.0 - rev: v3.17.0 + rev: v3.18.0 hooks: - id: pyupgrade args: [--py37-plus] @@ -33,7 +33,7 @@ repos: # Black is a code style and formatter # It works on files in-place - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black