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 b05248a commit 0bbf3ccCopy full SHA for 0bbf3cc
.pre-commit-config.yaml
@@ -13,15 +13,15 @@ repos:
13
args: [ "--fix=lf" ]
14
- id: check-case-conflict
15
- repo: https://github.com/charliermarsh/ruff-pre-commit
16
- rev: 'v0.4.1' # Ruff version.
+ rev: 'v0.5.5' # Ruff version.
17
hooks:
18
- id: ruff
19
stages: [ push, commit, manual ]
20
# Run the formatter.
21
- id: ruff-format
22
23
- repo: https://github.com/pycqa/flake8
24
- rev: '7.0.0' # pick a git hash / tag to point to
+ rev: '7.1.0' # pick a git hash / tag to point to
25
26
- id: flake8
27
- repo: local
0 commit comments