Skip to content
Open
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 @@ -2,7 +2,7 @@ default_language_version:
python: python3.10
repos:
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
rev: v4.6.0
rev: v6.0.0
hooks:
- id: check-yaml
args:
Expand All @@ -21,7 +21,7 @@ repos:
- id: mixed-line-ending
- id: check-docstring-first
- repo: 'https://github.com/adrienverge/yamllint'
rev: v1.35.1
rev: v1.37.1
hooks:
- id: yamllint
args:
Expand All @@ -38,7 +38,7 @@ repos:
args:
- '--all'
- repo: 'https://github.com/pycqa/isort'
rev: 5.13.2
rev: 6.0.1
hooks:
- id: isort
args:
Expand All @@ -50,7 +50,7 @@ repos:
- '--python-version'
- '39'
- repo: 'https://github.com/psf/black'
rev: 24.8.0
rev: 25.1.0
hooks:
- id: black
args:
Expand All @@ -66,7 +66,7 @@ repos:
- '--check'
- '--diff'
- repo: 'https://github.com/pycqa/flake8'
rev: 7.1.1
rev: 7.3.0
hooks:
- id: flake8
args:
Expand All @@ -78,7 +78,7 @@ repos:
stages:
- manual
- repo: 'https://github.com/pre-commit/mirrors-mypy'
rev: v1.11.1
rev: v1.17.1
hooks:
- id: mypy
args:
Expand Down