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 0cba811 commit 77e7e82Copy full SHA for 77e7e82
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: blacken-docs
7
additional_dependencies: [black==22.12.0]
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v5.0.0
+ rev: v6.0.0
10
hooks:
11
- id: trailing-whitespace
12
- id: end-of-file-fixer
@@ -22,7 +22,7 @@ repos:
22
- id: debug-statements
23
language_version: python3
24
- repo: https://github.com/astral-sh/ruff-pre-commit
25
- rev: v0.11.10
+ rev: v0.12.8
26
27
# Run the linter
28
- id: ruff
0 commit comments