diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d31d8767..739f3d90 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-ast # Simply check whether the files parse as valid python - id: check-case-conflict # Check for files that would conflict in case-insensitive filesystems @@ -21,7 +21,7 @@ repos: exclude: setup.cfg - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black @@ -55,7 +55,7 @@ repos: - id: rst-inline-touching-normal # detect mistake of inline code touching normal text in rst - repo: https://github.com/asottile/pyupgrade - rev: v3.15.1 + rev: v3.15.2 hooks: - id: pyupgrade args: ['--py38-plus', '--keep-runtime-typing']