diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f22d3a5..4a15a1b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ exclude: | )/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: # standard end of line/end of file cleanup - id: mixed-line-ending @@ -30,7 +30,7 @@ repos: files: \.py$ args: [--license-filepath, .github/disclaimer.txt, --no-extra-eol] - repo: https://github.com/asottile/pyupgrade - rev: v3.13.0 + rev: v3.15.0 hooks: # upgrade standard Python codes - id: pyupgrade