diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8f5c4690..7cc03db7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/hadialqattan/pycln - rev: v2.1.3 # Possible releases: https://github.com/hadialqattan/pycln/releases + rev: v2.1.5 # Possible releases: https://github.com/hadialqattan/pycln/releases hooks: - id: pycln - repo: 'https://github.com/psf/black'