diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d17b6842..67d6de27c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: "v3.8.0" + rev: "v3.10.1" hooks: - id: pyupgrade args: [--py36-plus] @@ -38,13 +38,13 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: "23.3.0" + rev: "23.7.0" hooks: - id: black args: [--line-length=79] - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 args: [--extend-ignore=E203]