diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a4c2055b..0699468e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: hooks: - id: absolufy-imports - repo: https://github.com/hakancelikdev/unimport - rev: 0.14.1 + rev: 0.15.0 hooks: - id: unimport args: [--remove, --include-star-import, --ignore-init, --gitignore] @@ -39,7 +39,7 @@ repos: - id: pyupgrade args: ["--py3-plus", "--py37-plus"] - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8