diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 996e8b8..c664ef3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/reorder-python-imports - rev: v3.10.0 + rev: v3.11.0 hooks: - id: reorder-python-imports args: [--application-directories, '.:src', --py36-plus] @@ -18,7 +18,7 @@ repos: - id: black args: [--line-length=79] - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.11.0 hooks: - id: pyupgrade args: [--py36-plus]