Skip to content

Commit 4e4bdbd

Browse files
cclaussdpgeorge
authored andcommitted
top: Add ruff to pre-commit.
This does not align with the other pre-commit jobs with are local custom code but it should run accurately and quickly. Signed-off-by: Christian Clauss <cclauss@me.com>
1 parent a000c61 commit 4e4bdbd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ repos:
1111
language: python
1212
verbose: true
1313
stages: [commit-msg]
14+
- repo: https://github.com/charliermarsh/ruff-pre-commit
15+
rev: v0.0.265
16+
hooks:
17+
- id: ruff

0 commit comments

Comments
 (0)