diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e5972d..253be04 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,13 +10,13 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.37.3 + rev: v2.38.0 hooks: - id: pyupgrade args: [--py39-plus] - repo: https://github.com/crate-ci/typos - rev: v1.12.4 + rev: v1.12.7 hooks: - id: typos