diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 94c7af29..ac6de908 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/ikamensh/flynt/ - rev: "1.0.0" + rev: "1.0.1" hooks: - id: flynt - repo: https://github.com/MarcoGorelli/absolufy-imports @@ -34,7 +34,7 @@ repos: - id: unimport args: [--remove, --include-star-import, --ignore-init, --gitignore] - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.10.1 hooks: - id: pyupgrade args: ["--py3-plus", "--py37-plus"] @@ -43,7 +43,7 @@ repos: hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 - repo: https://github.com/pycqa/isort