diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 763c7ee..c1818a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.18.0 hooks: - id: pyupgrade args: ['--py38-plus'] @@ -39,7 +39,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: stable + rev: 24.10.0 hooks: - id: black language_version: python3