diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9616e51c..2765ca3f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: check-merge-conflict - repo: https://github.com/asottile/yesqa - rev: v1.4.0 + rev: v1.5.0 hooks: - id: yesqa - repo: https://github.com/PyCQA/isort @@ -12,7 +12,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: '23.3.0' + rev: '23.7.0' hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ @@ -38,7 +38,7 @@ repos: files: | .gitignore - repo: https://github.com/asottile/pyupgrade - rev: 'v3.3.2' + rev: 'v3.9.0' hooks: - id: pyupgrade args: ['--py36-plus']