diff options
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9f19ba..64ccd67 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/ansible-network/collection_prep - rev: 1.1.0 + rev: 1.1.1 hooks: - id: autoversion - id: update-docs @@ -30,6 +30,6 @@ repos: args: ["--filter-files"] - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black |