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 1a95364 commit c6df467Copy full SHA for c6df467
.github/workflows/ruff.yml
@@ -12,10 +12,10 @@ jobs:
12
- uses: chartboost/ruff-action@v1
13
with:
14
src: ORStools
15
- version: "0.13.3"
+ version: "0.14.7"
16
args: format --check
17
18
19
20
21
args: check
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.13.3
+ rev: v0.14.7
4
hooks:
5
- id: ruff
6
args: [--fix]
0 commit comments