diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 00f3f64..51943cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/asottile/reorder_python_imports - rev: v3.8.3 + rev: v3.9.0 hooks: - id: reorder-python-imports args: ["--application-directories", "src"] - repo: https://github.com/asottile/pyupgrade - rev: v3.0.0 + rev: v3.2.2 hooks: - id: pyupgrade - repo: https://github.com/psf/black