diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81487f3..4b08721 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: args: - --markdown-linebreak-ext=md - repo: https://github.com/asottile/pyupgrade - rev: v3.1.0 + rev: v3.2.0 hooks: - id: pyupgrade args: [--py310-plus] @@ -27,7 +27,7 @@ repos: hooks: - id: django-upgrade args: [--target-version, "4.0"] - - repo: https://github.com/timothycrosley/isort + - repo: https://github.com/PyCQA/isort rev: 5.10.1 hooks: - id: isort