Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
language: fail
files: '(?i)((^|/)(CON|PRN|AUX|NUL|COM[\d¹²³]|LPT[\d¹²³])(\.|/|$)|[<>:\"\\|?*\x00-\x1F]|/[^/]*[\.\s]/|[^/]*[\.\s]$)'
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-builtin-literals
Expand All @@ -36,7 +36,7 @@ repos:
args: [ "--pytest-test-first" ]
- id: trailing-whitespace
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.18
rev: v0.25
hooks:
- id: validate-pyproject
- repo: https://github.com/pre-commit/pygrep-hooks
Expand All @@ -48,15 +48,15 @@ repos:
- id: python-no-log-warn
- id: python-use-type-annotations
- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.20
rev: v0.9.35
hooks:
- id: pymarkdown
args:
- "-d"
- "md013, MD041" # Line length, First line in file should be a top level heading
- "scan"
- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.9.1
rev: v1.0.2
hooks:
- id: sphinx-lint
args: [ --enable=default-role ]
Expand All @@ -70,7 +70,7 @@ repos:
args: [ --without-hashes, --with=test, --with=docs, --format, requirements.txt, --output, requirements.txt ]
- id: poetry-install
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.8
rev: v0.15.2
hooks:
- id: ruff-format
- id: ruff
Expand All @@ -81,7 +81,7 @@ repos:
# - id: pydoclint
# args: [ "--quiet" ]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.19.1
hooks:
- id: mypy
additional_dependencies:
Expand Down
Loading
Loading