diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd56efd..1f91290 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: reorder-python-imports args: ['--application-directories=.:src:tests', --py36-plus] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black args: [--safe, --quiet]