diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9dc090127..1b94ca010 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black language_version: python3 diff --git a/changes/1162.misc.rst b/changes/1162.misc.rst new file mode 100644 index 000000000..248da6ab2 --- /dev/null +++ b/changes/1162.misc.rst @@ -0,0 +1 @@ +Updated ``pre-commit`` hooks to the latest version.