diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 56315f9..cb0c954 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: check-merge-conflict exclude: "rst$" - repo: https://github.com/asottile/yesqa - rev: v1.3.0 + rev: v1.4.0 hooks: - id: yesqa - repo: https://github.com/PyCQA/isort @@ -13,7 +13,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: '22.3.0' + rev: '22.8.0' hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ @@ -41,11 +41,11 @@ repos: files: | .gitignore - repo: https://github.com/asottile/pyupgrade - rev: 'v2.34.0' + rev: 'v2.38.0' hooks: - id: pyupgrade args: ['--py36-plus'] - repo: https://github.com/PyCQA/flake8 - rev: '4.0.1' + rev: '5.0.4' hooks: - id: flake8