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 32fe8b1 commit e2998b7Copy full SHA for e2998b7
.pre-commit-config.yaml
@@ -15,8 +15,8 @@ repos:
15
- id: mixed-line-ending
16
args: [--fix, lf]
17
- id: trailing-whitespace
18
- - repo: https://github.com/charliermarsh/ruff-pre-commit
19
- rev: "v0.0.275"
+ - repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: "v0.0.276"
20
hooks:
21
- id: ruff
22
- repo: https://github.com/PyCQA/isort
0 commit comments