diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e9184f77..095a88c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/hadialqattan/pycln - rev: v2.4.0 # Possible releases: https://github.com/hadialqattan/pycln/releases + rev: v2.5.0 # Possible releases: https://github.com/hadialqattan/pycln/releases hooks: - id: pycln - repo: 'https://github.com/psf/black'