diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f481c14..37d26ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: '^($|.*\.bin)' repos: - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black args: [--safe, --quiet] @@ -24,7 +24,7 @@ repos: - id: reorder-python-imports args: ['--application-directories=.:src'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.1 # NOTE: keep this in sync with tox.ini + rev: v1.7.0 # NOTE: keep this in sync with tox.ini hooks: - id: mypy files: ^(src|tests)