Skip to content

Commit ccf1206

Browse files
committed
Remove pylint from pre-commit hooks.
1 parent b193f4f commit ccf1206

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ repos:
1313
language: system
1414
types: [python]
1515
require_serial: true
16-
- id: pylint
17-
name: pylint
18-
entry: pylint
19-
language: system
20-
types: [python]
21-
require_serial: true
16+
# - id: pylint
17+
# name: pylint
18+
# entry: pylint
19+
# language: system
20+
# types: [python]
21+
# require_serial: true

0 commit comments

Comments
 (0)