diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 00f3f64..13b47fb 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.8.5 hooks: - id: reorder-python-imports args: ["--application-directories", "src"] - repo: https://github.com/asottile/pyupgrade - rev: v3.0.0 + rev: v3.1.0 hooks: - id: pyupgrade - repo: https://github.com/psf/black