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 223afe3 commit 3bd1e78Copy full SHA for 3bd1e78
.pre-commit-config.yaml
@@ -2,14 +2,14 @@ default_language_version:
2
python: python3
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v5.0.0
+ rev: v6.0.0
6
hooks:
7
- id: check-toml
8
- id: check-yaml
9
- id: end-of-file-fixer
10
- id: trailing-whitespace
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.7.0
+ rev: v0.12.9
13
14
- id: ruff
15
args: [--fix]
0 commit comments