diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7bc6c8593a..4432251c17 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: isort name: isort - repo: https://github.com/asottile/pyupgrade - rev: v2.38.0 + rev: v2.38.2 hooks: - id: pyupgrade args: [--py37-plus] @@ -47,7 +47,7 @@ repos: - id: black - id: black-jupyter - repo: https://github.com/PyCQA/pylint - rev: v2.15.2 + rev: v2.15.3 hooks: - id: pylint args: [--rcfile=.pylintrc]