diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2bbe40f..602cc94 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,16 +5,16 @@ ci: skip: [pip-compile] repos: - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort name: isort - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.1.1 hooks: - id: mypy - repo: https://github.com/pycqa/flake8 @@ -22,7 +22,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/jazzband/pip-tools - rev: 6.10.0 + rev: 6.12.3 hooks: - id: pip-compile files: ^(pyproject\.toml|requirements\.txt)$