Skip to content

Commit 0a88d8f

Browse files
committed
Replace pylint with ruff
1 parent 558215b commit 0a88d8f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,10 @@ repos:
99
- id: black
1010
args: [--diff, --check]
1111

12-
- repo: local
12+
- repo: https://github.com/charliermarsh/ruff-pre-commit
13+
rev: v0.0.253
1314
hooks:
14-
- id: pylint
15-
name: pylint
16-
entry: pylint
17-
language: system
18-
types: [python]
19-
require_serial: true
15+
- id: ruff
2016

2117
- repo: https://github.com/pre-commit/mirrors-mypy
2218
rev: v0.971

0 commit comments

Comments
 (0)