diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0ffd113..a7f191a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace - id: detect-private-key - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.1 + rev: v1.5.3 hooks: - id: remove-tabs - repo: https://github.com/codespell-project/codespell @@ -45,7 +45,7 @@ repos: - id: python-no-eval - id: text-unicode-replacement-char - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.10.1 hooks: - id: pyupgrade args: [--py37-plus]