diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4abe9b2df..b0ffe1c86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,20 +7,20 @@ ci: repos: - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black entry: black xonsh xontrib tests xompletions pass_filenames: false - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.1.4' + rev: 'v0.1.5' hooks: - id: ruff args: [., --fix, --exit-non-zero-on-fix] pass_filenames: false - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.6.1' # Use the sha / tag you want to point at + rev: 'v1.7.0' # Use the sha / tag you want to point at hooks: - id: mypy name: mypy xonsh