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 c427286 commit 844c863Copy full SHA for 844c863
.pre-commit-config.yaml
@@ -4,15 +4,15 @@ ci:
4
# https://pre-commit.com/
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
11
- id: check-docstring-first
12
- id: check-yaml
13
- id: check-toml
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.12.1
+ rev: v0.12.10
16
17
- id: ruff
18
args: [--fix]
0 commit comments