diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fda73a5..0e5972d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,12 +16,12 @@ repos: args: [--py39-plus] - repo: https://github.com/crate-ci/typos - rev: v1.11.0 + rev: v1.12.4 hooks: - id: typos - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black @@ -41,7 +41,7 @@ repos: - id: flake8 - repo: https://github.com/python-poetry/poetry - rev: 1.2.0b3 + rev: 1.2.0rc1 hooks: - id: poetry-check - id: poetry-export