We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b04bd commit 79aff00Copy full SHA for 79aff00
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
autoupdate_schedule: monthly
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v5.0.0
+ rev: v6.0.0
8
hooks:
9
- id: check-added-large-files
10
- id: check-docstring-first
@@ -23,7 +23,7 @@ repos:
23
- id: requirements-txt-fixer
24
- id: trailing-whitespace
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: v0.12.7
+ rev: v0.12.11
27
28
- id: ruff
29
- id: ruff-format
0 commit comments