diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ecce7df..77547e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,21 +12,21 @@ repos: - id: name-tests-test - id: requirements-txt-fixer - repo: https://github.com/psf/black - rev: 21.5b2 # Replace by any tag/version: https://github.com/psf/black/tags + rev: 21.7b0 # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/asottile/reorder_python_imports - rev: v2.5.0 + rev: v2.6.0 hooks: - id: reorder-python-imports - repo: https://github.com/asottile/pyupgrade - rev: v2.19.1 + rev: v2.23.3 hooks: - id: pyupgrade args: [--py36-plus] - repo: https://github.com/nbQA-dev/nbQA - rev: 0.11.1 + rev: 1.1.0 hooks: - id: nbqa-black args: [--nbqa-mutate] @@ -35,6 +35,6 @@ repos: - id: nbqa-isort args: [--nbqa-mutate] - repo: https://github.com/pycqa/isort - rev: 5.8.0 + rev: 5.9.3 hooks: - id: isort