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 f075fda + a3320e9 commit a3a2646Copy full SHA for a3a2646
.pre-commit-config.yaml
@@ -2,15 +2,15 @@ exclude: '^$'
2
fail_fast: false
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.4.0
+ rev: v4.5.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
- id: check-yaml
10
args: [--unsafe]
11
- - repo: https://github.com/charliermarsh/ruff-pre-commit
+ - repo: https://github.com/astral-sh/ruff-pre-commit
12
# Ruff version.
13
- rev: 'v0.0.247'
+ rev: 'v0.1.14'
14
15
- id: ruff
16
ci:
0 commit comments