diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24c1c7b..7bc9d2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,12 +2,12 @@ exclude: ipython_config.py repos: - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 21.10b0 hooks: - id: black language_version: python3.9 - repo: https://github.com/adrienverge/yamllint - rev: v1.25.0 + rev: v1.26.3 hooks: - id: yamllint args: [--strict]