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 f89acaf commit b52941fCopy full SHA for b52941f
.github/workflows/lint.yaml
@@ -14,7 +14,7 @@ jobs:
14
python-version: "3.10"
15
- name: Install Ruff
16
run: |
17
- python -m pip install ruff>=0.5
+ python -m pip install ruff>=0.6
18
- name: Format check (Ruff)
19
20
ruff format --check
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.5.7
+ rev: v0.6.0
4
hooks:
5
- id: ruff
6
args: [ --fix ]
0 commit comments