diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4eae3d5..b7947d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black args: [--safe, --quiet] @@ -26,7 +26,7 @@ repos: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/tox-dev/pyproject-fmt - rev: "1.5.1" + rev: "1.5.3" hooks: - id: pyproject-fmt - repo: https://github.com/pre-commit/mirrors-mypy