Skip to content

Commit ec5732f

Browse files
authored
Update ruff order in pre-commit
1 parent 11009dd commit ec5732f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ repos:
88
- id: trailing-whitespace
99

1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.15.10
11+
rev: v0.15.14
1212
hooks:
13-
- id: ruff-format
14-
args: ['--diff']
1513
- id: ruff-check
1614
args: ['--fix']
15+
- id: ruff-format
1716

1817
- repo: https://github.com/PyCQA/bandit
1918
rev: 1.9.4

0 commit comments

Comments
 (0)