diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f04cc9ffc9..2339ef7cdf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 diff --git a/changes/1839.misc.rst b/changes/1839.misc.rst new file mode 100644 index 0000000000..248da6ab25 --- /dev/null +++ b/changes/1839.misc.rst @@ -0,0 +1 @@ +Updated ``pre-commit`` hooks to the latest version.