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.
2 parents 2dbc3aa + b4e761a commit bf79c30Copy full SHA for bf79c30
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ fail_fast: true
4
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: trailing-whitespace
10
- id: end-of-file-fixer
@@ -27,7 +27,7 @@ repos:
27
additional_dependencies: ['types-requests', 'types-PyYAML']
28
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.12.7
+ rev: v0.12.8
31
32
# Sort the imports
33
- id: ruff-check
0 commit comments