diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a68dd554..33f79bd7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 21.4b2 + rev: 21.5b1 hooks: - id: black @@ -43,7 +43,7 @@ repos: args: ["--python-version=3.7", "--ignore-missing-imports", "--scripts-are-modules"] - repo: https://github.com/asottile/pyupgrade - rev: v2.14.0 + rev: v2.15.0 hooks: - id: pyupgrade name: PyUpgrade 3.6+ @@ -55,7 +55,7 @@ repos: args: ["--py37-plus"] - repo: https://github.com/PyCQA/flake8 - rev: 3.9.1 + rev: 3.9.2 hooks: - id: flake8 exclude: cibuildwheel/resources/