diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 357c0e8..d0d8594 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: hooks: - id: black - repo: https://github.com/asottile/blacken-docs - rev: 1.15.0 + rev: 1.16.0 hooks: - id: blacken-docs - repo: https://github.com/pre-commit/pre-commit-hooks @@ -46,7 +46,7 @@ repos: - id: fix-byte-order-marker - id: end-of-file-fixer - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.4.1 + rev: v1.5.1 hooks: - id: mypy additional_dependencies: [types-aiofiles, types-PyYAML, types-toml]