diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2bf8eed9db..ccb0838090 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: exclude: ref_vtk_hexahedra.vtu - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/PyCQA/isort @@ -29,11 +29,11 @@ repos: - id: isort args: ["--profile", "black", "--filter-files"] - repo: https://github.com/asottile/pyupgrade - rev: v3.6.0 + rev: v3.11.0 hooks: - id: pyupgrade - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 args: ["--max-line-length", "88", "--extend-ignore", "E203,E722"]