Skip to content

Commit

Permalink
Python: Update pre-commit (#8651)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Sep 28, 2023
1 parent 6100efc commit 28dd49f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions python/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,28 @@ repos:
- id: check-ast
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version (Used for linting)
rev: v0.0.286
rev: v0.0.291
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- repo: https://github.com/ambv/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
args: [--skip-string-normalization]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.5.1
hooks:
- id: mypy
args:
[--install-types, --non-interactive, --config=python/pyproject.toml]
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.5
rev: v2.2.2
hooks:
- id: pycln
args: [--config=python/pyproject.toml]
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
rev: 0.7.17
hooks:
- id: mdformat
additional_dependencies:
Expand Down

0 comments on commit 28dd49f

Please sign in to comment.